collabora #106
1 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,14 @@
|
|||
register: apt_result
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue