Skip to content
Snippets Groups Projects
Commit 39e878e8 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

grafana: Replace deprecated apt_key with get_url

parent d0a44e3f
No related branches found
No related tags found
1 merge request!4Update CI to reasonable versions and fix resulting issues
---
- name: Install Grafana repository keys
apt_key:
ansible.builtin.get_url:
url: https://packages.grafana.com/gpg.key
state: present
dest: /etc/apt/trusted.gpg.d/grafana.asc
force: true
owner: root
group: root
mode: "0644"
tags:
- packages
- repo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment