]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
fixed breakage on Debian under ansible v2.0 caused by #74d73d1e65b6720c0372c61aea7a62... 1039/head
authorSimon Weald <simon@simonweald.com>
Wed, 19 Oct 2016 11:36:49 +0000 (12:36 +0100)
committerSimon Weald <simon@simonweald.com>
Wed, 19 Oct 2016 11:36:49 +0000 (12:36 +0100)
roles/ceph-osd/tasks/pre_requisite.yml

index a7129ce11cd26aa0317f0d4ab2a28daf6209f41f..941e123045bfd428c5798cad0e27bbdb191421f8 100644 (file)
@@ -10,8 +10,7 @@
     name: extras
     state: present
     enabled: yes
-  when:
-    - ansible_distribution == 'CentOS'
+  when: ansible_distribution == 'CentOS'
 
 - name: install redhat dependencies via yum
   yum: