summaryrefslogtreecommitdiffstats
path: root/examples/roles/more_complex/tasks/main.yml
blob: 62880a68933501d96d8f9b121f8683deb51f6d15 (plain)
1
2
3
4
5
6
7
8
9
---
- name: Test bad command
  action: command mkdir blah

- name: Test bad command v2
  command: mkdir blah

- name: Test bad local command
  local_action: shell touch foo