]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
systemd: remove changed_when: false
authorSébastien Han <seb@redhat.com>
Thu, 28 Jun 2018 07:53:03 +0000 (09:53 +0200)
committerSébastien Han <seb@redhat.com>
Thu, 28 Jun 2018 15:54:13 +0000 (17:54 +0200)
commitf6239972716b013bafcb9313c9c83723615aa7d6
tree8cd9b472855559f75d6690670f51ccc61a1b64f4
parent653b483fc341dc76a38ac203f7e066866eaf3866
systemd: remove changed_when: false

When using a module there is no need to apply this Ansible option. The
module will handle the idempotency on its own. So the module decides
wether or not the task has changed during the execution.

Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-iscsi-gw/tasks/container/containerized.yml
roles/ceph-mds/tasks/containerized.yml
roles/ceph-mgr/tasks/docker/start_docker_mgr.yml
roles/ceph-mon/tasks/docker/start_docker_monitor.yml
roles/ceph-rbd-mirror/tasks/docker/start_docker_rbd_mirror.yml
roles/ceph-rgw/tasks/docker/start_docker_rgw.yml