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
|
||||
state: absent
|
||||
when:
|
||||
ansible_os_family == 'RedHat' and
|
||||
ceph_stable_rh_storage_iso_install
|
||||
ansible_os_family == 'RedHat'
|
||||
|
|
Loading…
Reference in New Issue