summaryrefslogtreecommitdiffstats
path: root/examples/playbooks/strict-mode.yml
blob: a69c428249a2d55e156177bb5996e53f02d29986 (plain)
1
2
3
4
5
6
7
8
---
- name: Fixture for test_strict
  hosts: localhost
  tasks:
    - name: Display debug information
      ansible.builtin.stat:
        path2: echo "Hello World" # <-- args[module] due to invalid use of path2 instead of path
      changed_when: false