tell it to pull in the pubkey before attempting to use the repo
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
e427e49baa
commit
b1da1af94d
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,10 @@
|
|||
---
|
||||
- name: import gpg key
|
||||
rpm_key: state=present key=https://packagecloud.io/gpg.key
|
||||
|
||||
- name: import second gpg key
|
||||
rpm_key: state=present key=https://grafanarel.s3.amazonaws.com/RPM-GPG-KEY-grafana
|
||||
|
||||
- name: add repo
|
||||
action: copy src=grafana.repo dest=/etc/yum.repos.d/grafana.repo
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue