summaryrefslogtreecommitdiffstats
path: root/examples/playbooks/incorrect_module_args.yml
blob: 9e4dde61acf8d3e6d4616d097cb05b66a619bb3a (plain)
1
2
3
4
5
6
7
---
- name: Demonstrate linting issue.
  hosts: all
  tasks:
    - name: Include a role with the wrong syntax
      ansible.builtin.include_role:
        role: foo