grafana: validate gpg key

This commit is contained in:
Alexandre Iooss 2021-11-27 16:44:54 +01:00
parent aba0370c5b
commit c7f94b54c8
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@
apt_key:
url: https://packages.grafana.com/gpg.key
state: present
validate_certs: false
register: apt_key_result
retries: 3
until: apt_key_result is succeeded