mirror of https://github.com/ceph/ceph-ansible.git
Remove superfluous distro family check
Signed-off-by: Adam Huffman <bloch@verdurin.com>pull/1035/head
parent
f3dea0d40a
commit
4315166e91
|
@ -40,7 +40,6 @@
|
||||||
state: present
|
state: present
|
||||||
enabled: yes
|
enabled: yes
|
||||||
when:
|
when:
|
||||||
- ansible_os_family == 'RedHat'
|
|
||||||
- ansible_distribution == 'CentOS'
|
- ansible_distribution == 'CentOS'
|
||||||
tags:
|
tags:
|
||||||
with_pkg
|
with_pkg
|
||||||
|
|
Loading…
Reference in New Issue