]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
common: switch from docker module to docker_container
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 9 Jul 2018 13:50:52 +0000 (15:50 +0200)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Tue, 10 Jul 2018 20:08:07 +0000 (20:08 +0000)
commitd0746e08586556b7d44ba4b20cd553a27860f30b
tree9a3ecb84df409411a88ceebd6377c91a3c048495
parent9a65ec231d7f76655caa964e1d9228ba7a910dea
common: switch from docker module to docker_container

As of ansible 2.4, `docker` module has been removed (was deprecated
since ansible 2.1).
We must switch to `docker_container` instead.

See: https://docs.ansible.com/ansible/latest/modules/docker_module.html#docker-module

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
infrastructure-playbooks/purge-docker-cluster.yml
roles/ceph-mon/tasks/docker/start_docker_monitor.yml
roles/ceph-restapi/tasks/docker/start_docker_restapi.yml