mirror of https://github.com/ceph/ceph-ansible.git
Removed check for ceph_stable_rh_storage_iso_install when removing rh_storage.repo as it is can be undefined and cause the playbook to fail. The check is redundant since the task will only remove the repo if it is present.
parent
45915e9739
commit
ba1db2313a
|
@ -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