summaryrefslogtreecommitdiffstats
path: root/examples/nomatches.yml
blob: 2cc726e9a54c7e2ffd71d53ebae35d204e0d9101 (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 mode=0644 dest=./wherever