collabora #106

Merged
jeltz merged 7 commits from collabora into new-infra 2024-02-24 19:34:35 +01:00
Showing only changes of commit 7fe391c16f - Show all commits

View file

@ -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: