summaryrefslogtreecommitdiffstats
path: root/examples/playbooks/incorrect_module_args.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/playbooks/incorrect_module_args.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/playbooks/incorrect_module_args.yml b/examples/playbooks/incorrect_module_args.yml
new file mode 100644
index 0000000..9e4dde6
--- /dev/null
+++ b/examples/playbooks/incorrect_module_args.yml
@@ -0,0 +1,7 @@
+---
+- name: Demonstrate linting issue.
+ hosts: all
+ tasks:
+ - name: Include a role with the wrong syntax
+ ansible.builtin.include_role:
+ role: foo