Grafana: install GPG

This commit is contained in:
2026-01-02 19:08:13 -05:00
parent 745bd69d50
commit 5962b33221

View File

@@ -1,3 +1,8 @@
- name: Install dependencies
become: true
ansible.builtin.apt:
name: gpg
state: latest
- name: Download Grafana GPG keys
become: true
ansible.builtin.get_url: