grafana: minor fixes again again again !!!!
This commit is contained in:
parent
e660d8688a
commit
7fe391c16f
1 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,14 @@
|
||||||
register: apt_result
|
register: apt_result
|
||||||
retries: 3
|
retries: 3
|
||||||
until: apt_result is succeeded
|
until: apt_result is succeeded
|
||||||
|
|
||||||
|
- name: Prepare import Grafana GPG signing key
|
||||||
|
file:
|
||||||
|
path: /etc/apt/keyrings/
|
||||||
|
state: directory
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
mode: u=rwx,g=rx,o=rx
|
||||||
|
|
||||||
- name: Import Grafana GPG signing key
|
- name: Import Grafana GPG signing key
|
||||||
get_url:
|
get_url:
|
||||||
|
|
Loading…
Reference in a new issue