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
|
||||
enabled: yes
|
||||
when:
|
||||
- ansible_os_family == 'RedHat'
|
||||
- ansible_distribution == 'CentOS'
|
||||
tags:
|
||||
with_pkg
|
||||
|
|
Loading…
Reference in New Issue