summaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
authorMichal Zegan <m.zegan@samsung.com>2019-06-04 13:04:53 +0200
committerMichal Zegan <m.zegan@samsung.com>2019-06-04 13:04:53 +0200
commit87568b9ab8163ed4fe03d867cb78dec45bdca077 (patch)
tree1e07a98ef8e7e18a276dd87c27de7e36e7ed5fe2 /ansible
parentdf7d7cc1294c6ea1fcab2ed4ac2ee7c375b29651 (diff)
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 <m.zegan@samsung.com>
Diffstat (limited to 'ansible')
-rw-r--r--ansible/test/roles/cleanup-containers/tasks/main.yml6
1 files changed, 0 insertions, 6 deletions
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 }}"