]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Fixed a few missed when conditionals from rebase
authorSam Yaple <sam@yaple.net>
Mon, 9 May 2016 14:17:14 +0000 (14:17 +0000)
committerSam Yaple <sam@yaple.net>
Mon, 9 May 2016 14:17:14 +0000 (14:17 +0000)
roles/ceph-common/handlers/main.yml

index d70585c87364add7b3b5b0f21bc475ccbddfce6d..36497702e41c36aeba03e73e860cacb3cb28cf99 100644 (file)
@@ -76,8 +76,6 @@
     - ansible_distribution != 'Ubuntu'
     - use_systemd
     - mds_group_name in group_names
-    - ceph_stable
-    - ceph_stable_release in ceph_stable_releases
 
 - name: restart ceph mdss with systemd
   service:
   when:
     - socketrgw.rc == 0
     - use_systemd
-    - ansible_distribution != 'Ubuntu'
     - rgw_group_name in group_names
     - is_after_hammer