From e75226b2645bb4f0ea8382023c73a21235e50a2b Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Wed, 5 Jun 2019 10:10:55 +0200 Subject: Clean application role mocked artifacts directories Directories created by Molecule tests were left in files tree and not cleaned up. This patch adds a task to shred them after test invocation. Change-Id: If745cfc45de2f73db5be1696a16a185ff2a625bf Issue-ID: OOM-1910 Signed-off-by: Bartek Grzybowski --- ansible/roles/application/.gitignore | 1 - 1 file changed, 1 deletion(-) delete mode 100644 ansible/roles/application/.gitignore (limited to 'ansible/roles/application/.gitignore') diff --git a/ansible/roles/application/.gitignore b/ansible/roles/application/.gitignore deleted file mode 100644 index 155cbb20..00000000 --- a/ansible/roles/application/.gitignore +++ /dev/null @@ -1 +0,0 @@ -application/ -- cgit 1.2.3-korg