summaryrefslogtreecommitdiffstats
path: root/test/command-instead-of-shell-failure.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/command-instead-of-shell-failure.yml')
-rw-r--r--test/command-instead-of-shell-failure.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/command-instead-of-shell-failure.yml b/test/command-instead-of-shell-failure.yml
new file mode 100644
index 0000000..7b8d829
--- /dev/null
+++ b/test/command-instead-of-shell-failure.yml
@@ -0,0 +1,8 @@
+---
+- hosts: localhost
+ tasks:
+ - name: shell no pipe
+ shell: echo hello
+
+ - name: shell with jinja filter
+ shell: echo {{"hello"|upper}}