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:
Rick Elrod 2015-06-10 18:07:18 +00:00
parent e427e49baa
commit b1da1af94d

View file

@ -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: