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
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
--- ---
- name: Install Grafana repository keys - name: Install Grafana repository keys
apt_key: ansible.builtin.get_url:
url: https://packages.grafana.com/gpg.key 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: tags:
- packages - packages
- repo - repo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment