mirror of https://github.com/ceph/ceph-ansible.git
ceph-common: on rh storage on debian do not add the rh key by default
Signed-off-by: Alfredo Deza <adeza@redhat.com>pull/800/head
parent
329ac01d49
commit
c78313d19f
|
@ -29,6 +29,7 @@
|
|||
apt_key:
|
||||
url: "https://www.redhat.com/security/fd431d51.txt"
|
||||
state: present
|
||||
when: not ceph_stable_rh_storage_iso_install
|
||||
|
||||
- name: install dependencies
|
||||
apt:
|
||||
|
|
Loading…
Reference in New Issue