collabora #106
1 changed files with 8 additions and 0 deletions
|
@ -7,6 +7,14 @@
|
|||
retries: 3
|
||||
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
|
||||
get_url:
|
||||
url: https://apt.grafana.com/gpg.key
|
||||
|
|
Loading…
Reference in a new issue