diff options
Diffstat (limited to 'test/nomatchestest.yml')
-rw-r--r-- | test/nomatchestest.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/nomatchestest.yml b/test/nomatchestest.yml new file mode 100644 index 0000000..e48ef92 --- /dev/null +++ b/test/nomatchestest.yml @@ -0,0 +1,9 @@ +--- +- hosts: whatever + + tasks: + - name: hello world + action: debug msg="Hello!" + + - name: this should be fine too + action: file state=touch dest=./wherever mode=0600 |