]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
handlers: avoid duplicate handler
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 8 Jan 2018 09:00:25 +0000 (10:00 +0100)
committerSébastien Han <seb@redhat.com>
Wed, 10 Jan 2018 15:46:42 +0000 (16:46 +0100)
commitb29a42cba6a4059b2c0035572d570c0812f48d16
tree6e9ae7283479a0886d8130067088c055f95dde30
parent8a19a83354cd8a4f9a729b3864850ec69be6d5da
handlers: avoid duplicate handler

Having handlers in both ceph-defaults and ceph-docker-common roles can make the
playbook restarting two times services. Handlers can be triggered first
time because of a change in ceph.conf and a second time because a new
image has been pulled.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
roles/ceph-docker-common/handlers/main.yml [deleted file]
roles/ceph-docker-common/tasks/fetch_image.yml