]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Remove superfluous distro family check
authorAdam Huffman <bloch@verdurin.com>
Mon, 17 Oct 2016 09:39:06 +0000 (10:39 +0100)
committerAdam Huffman <bloch@verdurin.com>
Mon, 17 Oct 2016 09:39:06 +0000 (10:39 +0100)
Signed-off-by: Adam Huffman <bloch@verdurin.com>
roles/ceph-mon/tasks/docker/pre_requisite.yml

index f4f29b6f52ae5d3324327af5ccf7c433e19b6943..ec44581a3b43afc3890b4423903b662fe89d59ac 100644 (file)
@@ -40,7 +40,6 @@
     state: present
     enabled: yes
   when:
-    - ansible_os_family == 'RedHat'
     - ansible_distribution == 'CentOS'
   tags:
     with_pkg