summaryrefslogtreecommitdiff
path: root/test/samples/with_lines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/samples/with_lines.yml')
-rw-r--r--test/samples/with_lines.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/samples/with_lines.yml b/test/samples/with_lines.yml
deleted file mode 100644
index ab00491028..0000000000
--- a/test/samples/with_lines.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-- hosts: localhost
- gather_facts: no
- tasks:
- - debug: msg="line is {{item}}"
- with_lines:
- - "cat /etc/hosts"