rolling-update: do not use upstart to stop mons when using systemd

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
pull/1315/head
Andrew Schoen 2017-02-17 14:31:25 -06:00
parent 1579642e3f
commit 5622c94e8b
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
name: ceph-mon
state: stopped
args: id={{ ansible_hostname }}
when: ansible_service_mgr == 'systemd'
when: ansible_service_mgr == 'upstart'
- name: stop ceph mons with sysvinit
service: