From ed573a8223cfda5dd9ef123c847fee140b79a6e1 Mon Sep 17 00:00:00 2001 From: Mandar Kulkarni Date: Thu, 1 Jul 2021 10:12:33 -0700 Subject: [PATCH] Clean up main.yml --- tests/integration/targets/mount/tasks/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/integration/targets/mount/tasks/main.yml b/tests/integration/targets/mount/tasks/main.yml index 4e91cf5..64d40e5 100644 --- a/tests/integration/targets/mount/tasks/main.yml +++ b/tests/integration/targets/mount/tasks/main.yml @@ -360,7 +360,6 @@ mount: path: /tmp/myfs state: absent - when: ansible_system in ('Linux') - name: Remove the test FS file: @@ -369,4 +368,4 @@ loop: - /tmp/myfs.img - /tmp/myfs - when: ansible_system in ('Linux') + when: ansible_system in ('Linux') \ No newline at end of file