summaryrefslogtreecommitdiff
path: root/test/samples/with_first_found.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/samples/with_first_found.yml')
-rw-r--r--test/samples/with_first_found.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/samples/with_first_found.yml b/test/samples/with_first_found.yml
deleted file mode 100644
index e64b36cb50..0000000000
--- a/test/samples/with_first_found.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-- hosts: localhost
- connection: local
- gather_facts: no
- tasks:
- - debug: msg="file is {{item}}"
- with_first_found:
- - /etc/foo
- - /etc/bar
- - /etc/passwd
- - /etc/shadow