summaryrefslogtreecommitdiffstats
path: root/test/nomatchestest.yml
blob: e48ef92f599786b11245cbd33dad2038984f18ef (plain)
1
2
3
4
5
6
7
8
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