Skip to content

Commit

Permalink
Merge "Fix grafana install rpm key"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Jan 9, 2017
2 parents 15723e3 + 5724f8c commit 2858be4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/install/roles/grafana/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
- name: Import grafana GPG Key
rpm_key: key=https://grafanarel.s3.amazonaws.com/RPM-GPG-KEY-grafana
state=present
become: true

- name: Install grafana RPM
yum: name={{ item }} state=present
Expand Down

0 comments on commit 2858be4

Please sign in to comment.