mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #908 from jsaintrocc/purge-cluster-fix
Fix purge-cluster.yml fail by removing unnecessary ceph_stable_rh_storage_iso_install check.pull/911/head
commit
87c7ad97a5
|
@ -451,5 +451,4 @@
|
||||||
path: /etc/yum.repos.d/rh_storage.repo
|
path: /etc/yum.repos.d/rh_storage.repo
|
||||||
state: absent
|
state: absent
|
||||||
when:
|
when:
|
||||||
ansible_os_family == 'RedHat' and
|
ansible_os_family == 'RedHat'
|
||||||
ceph_stable_rh_storage_iso_install
|
|
||||||
|
|
Loading…
Reference in New Issue