mirror of https://github.com/ceph/ceph-ansible.git
adds the rh storage apt-key for jewel on ubuntu
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/611/head
parent
e09bb11dc9
commit
565e2b280f
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
- name: add the red hat storage apt-key
|
||||
apt_key:
|
||||
url: "https://www.redhat.com/security/fd431d51.txt"
|
||||
state: present
|
||||
|
||||
- name: install dependencies
|
||||
apt:
|
||||
pkg: "{{ item }}"
|
||||
|
|
Loading…
Reference in New Issue