Comment 5 for bug 1836531

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-ansible (master)

Reviewed: https://review.opendev.org/671698
Committed: https://git.openstack.org/cgit/openstack/tripleo-ansible/commit/?id=f56915eae7d5122706c9201fe6e7d261272fff07
Submitter: Zuul
Branch: master

commit f56915eae7d5122706c9201fe6e7d261272fff07
Author: Jose Luis Franco Arza <email address hidden>
Date: Fri Jul 19 12:09:40 2019 +0200

    Remove docker_container task from tripleo-container-rm.

    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