From: Michal Zegan Date: Tue, 4 Jun 2019 13:32:29 +0000 (+0200) Subject: Remove the cleanup-directories test role X-Git-Tag: 6.0.0-ONAP~167 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=2a50615f814c28dd78e30b5b40e4636d4f6b7dfd;p=oom%2Foffline-installer.git Remove the cleanup-directories test role This role is no longer needed after removing it's usage from the nfs role. Issue-ID: OOM-1902 Change-Id: I3f4d27e769c9edc3caef1b0d85a61f071e3a3b2f Signed-off-by: Michal Zegan --- diff --git a/ansible/test/roles/cleanup-directories/tasks/main.yml b/ansible/test/roles/cleanup-directories/tasks/main.yml deleted file mode 100644 index 8e79ea0c..00000000 --- a/ansible/test/roles/cleanup-directories/tasks/main.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -- name: Remove directories/files - file: - path: "{{ item }}" - state: absent - become: true - loop: "{{ directories_files_list_to_remove }}"