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.

pull/908/head
James Saint-Rossy 2016-07-28 00:01:00 -04:00
parent 45915e9739
commit ba1db2313a
1 changed files with 1 additions and 2 deletions

View File

@ -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'