rbd-mirror: fix systemd unit in purge-docker

rbd-mirror containers are not stopped in purge-docker-cluster playbook
because of the wrong name used.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/1947/head
Guillaume Abrioux 2017-09-24 21:11:04 +02:00
parent c80ba7a307
commit fcb6454e04
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@
- name: disable ceph rbd-mirror service
service:
name: "ceph-rbd-mirror@{{ ansible_hostname }}"
name: "ceph-rbd-mirror@rbd-mirror.{{ ansible_hostname }}"
state: stopped
enabled: no
ignore_errors: true