]> git-server-git.apps.pok.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)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Fri, 29 Jun 2018 07:22:15 +0000 (07:22 +0000)
commit46e092eaf1c385db3636983f26b84c7cf29b3128
tree95cec62009e904709944a287eebb3166b38fe26b
parentef12359a2a0bb5367d976e23230183033711b268
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>
(cherry picked from commit f6239972716b013bafcb9313c9c83723615aa7d6)

# Conflicts:
# roles/ceph-iscsi-gw/tasks/container/containerized.yml
roles/ceph-iscsi-gw/tasks/container/containerized.yml [new file with mode: 0644]
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