Add grafana playbook and machine #69
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@
|
||||||
apt_key:
|
apt_key:
|
||||||
url: https://packages.grafana.com/gpg.key
|
url: https://packages.grafana.com/gpg.key
|
||||||
state: present
|
state: present
|
||||||
validate_certs: false
|
|
||||||
register: apt_key_result
|
register: apt_key_result
|
||||||
erdnaxe marked this conversation as resolved
Outdated
|
|||||||
retries: 3
|
retries: 3
|
||||||
until: apt_key_result is succeeded
|
until: apt_key_result is succeeded
|
||||||
|
|
Loading…
Reference in a new issue
Perhaps it would be better to download once and for all the GPG key and store it in the repo?
At least, it seems important to set
validate_certs: true
.