From 43cc27084d3c5d3fe3d5f819e400625445faf741 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 13 Aug 2015 09:58:30 -0400 Subject: [PATCH] corrected on delete also --- test/integration/lookup_paths/play.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/lookup_paths/play.yml b/test/integration/lookup_paths/play.yml index 49b056c0e19..26a9ce10b9c 100644 --- a/test/integration/lookup_paths/play.yml +++ b/test/integration/lookup_paths/play.yml @@ -61,4 +61,4 @@ tasks: - file: path={{playbook_dir}}/testfile state=absent - file: path={{playbook_dir}}/files state=absent - - file: path={{playbook_dir}}/roles/files state=absent + - file: path={{playbook_dir}}/roles/showfile/files state=absent