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
Leseb 2016-07-28 14:53:40 +02:00 committed by GitHub
commit 87c7ad97a5
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'