need gpg to import keys
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
a5b4bd2d01
commit
e9826035c3
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,10 @@
|
|||
---
|
||||
- name: install gpg so we can import a key
|
||||
yum: pkg=gpg state=present
|
||||
tags:
|
||||
- grafana
|
||||
- packages
|
||||
|
||||
- name: import gpg key
|
||||
rpm_key: state=present key=https://packagecloud.io/gpg.key
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue