f56915eae7d5122706c9201fe6e7d261272fff07

The docker_container Ansible module requires to have installed python2-docker in the system, which isn't the case in our current CI environments. Therefore, when we try to remove some docker container with this role we end up getting an error. Turning the docker_container task into two command taks ensures that no new problems will occurr due to missing dependencies. Change-Id: I8801875ca21b16de9b92d7091b6923447370a36c Related-Bug: #1836531
Team and repository tags
TripleO Ansible
TripleO Ansible project repository. Contains Ansible playbooks, roles, and plugins for use with TripleO.
Documentation for the project can be found at: https://docs.openstack.org/tripleo-ansible/latest/
Release notes for the project can be found at: https://docs.openstack.org/releasenotes/tripleo-ansible/
The project source code repository is located at: https://opendev.org/openstack/tripleo-ansible/
The project home is at: https://launchpad.net/tripleo
The project bug tracker is located at: https://bugs.launchpad.net/tripleo
Description
RETIRED, TripleO Ansible project repository. Contains playbooks for use with TripleO OpenStack deployments.