From 1d5406c4a3cc78f8421920d4b8befb6edbb538a7 Mon Sep 17 00:00:00 2001 From: Sam Yaple Date: Mon, 9 May 2016 14:17:14 +0000 Subject: [PATCH] Fixed a few missed when conditionals from rebase --- roles/ceph-common/handlers/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/roles/ceph-common/handlers/main.yml b/roles/ceph-common/handlers/main.yml index d70585c87..36497702e 100644 --- a/roles/ceph-common/handlers/main.yml +++ b/roles/ceph-common/handlers/main.yml @@ -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: @@ -120,7 +118,6 @@ when: - socketrgw.rc == 0 - use_systemd - - ansible_distribution != 'Ubuntu' - rgw_group_name in group_names - is_after_hammer -- 2.39.5