]> git-server-git.apps.pok.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)
committerSébastien Han <seb@redhat.com>
Wed, 11 Jul 2018 08:56:48 +0000 (10:56 +0200)
commitf8a4c57c03c487b5693db31f274058e6e1a7b134
tree0762ef271e5b736d4fdd27b31ae3de00a2546d20
parent722e7412b69748da96b8f59cfbe60a39a51d7046
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>
(cherry picked from commit d0746e08586556b7d44ba4b20cd553a27860f30b)
infrastructure-playbooks/purge-docker-cluster.yml
roles/ceph-mon/tasks/docker/start_docker_monitor.yml
roles/ceph-restapi/tasks/docker/start_docker_restapi.yml