From: Michal Zegan Date: Tue, 4 Jun 2019 11:04:53 +0000 (+0200) Subject: Remove cleanup-containers test role X-Git-Tag: 6.0.0-ONAP~164^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=87568b9ab8163ed4fe03d867cb78dec45bdca077;p=oom%2Foffline-installer.git Remove cleanup-containers test role This removes cleanup-containers test role, that is not used by any tests after dind changes. Change-Id: I2244257de1faa2b268e9d2f74d286c19de99fab0 Issue-ID: OOM-1902 Signed-off-by: Michal Zegan --- diff --git a/ansible/test/roles/cleanup-containers/tasks/main.yml b/ansible/test/roles/cleanup-containers/tasks/main.yml deleted file mode 100644 index 3a800c9e..00000000 --- a/ansible/test/roles/cleanup-containers/tasks/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -- name: Remove containers - docker_container: - name: "{{ item }}" - state: absent - loop: "{{ container_list }}"