]> 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:21:10 +0000 (07:21 +0000)
commit863e99ea324c575b9983bb342553c661a5f664d0
treee9e49b74d721194bd04610322327c11fbdabb746
parent89945f8d777af0fbcf44961e9ca9b0a5ade6e251
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