summaryrefslogtreecommitdiffstats
path: root/examples/playbooks/test_skip_inside_yaml.yml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/playbooks/test_skip_inside_yaml.yml')
-rw-r--r--examples/playbooks/test_skip_inside_yaml.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/playbooks/test_skip_inside_yaml.yml b/examples/playbooks/test_skip_inside_yaml.yml
index 1f72954..88c396a 100644
--- a/examples/playbooks/test_skip_inside_yaml.yml
+++ b/examples/playbooks/test_skip_inside_yaml.yml
@@ -44,9 +44,9 @@
- name: Test no-free-form # <-- 3 no-free-form
ansible.builtin.command: creates=B chmod 644 A # noqa: no-free-form
- name: Test no-free-form # <-- 4 no-free-form
- ansible.builtin.command: warn=yes creates=B chmod 644 A # noqa: no-free-form
+ ansible.builtin.command: creates=B chmod 644 A # noqa: no-free-form
- name: Test no-free-form (skipped via no warn)
- ansible.builtin.command: warn=no creates=B chmod 644 A # noqa: no-free-form
+ ansible.builtin.command: creates=B chmod 644 A # noqa: no-free-form
- name: Test no-free-form (skipped via skip_ansible_lint)
ansible.builtin.command: creates=B chmod 644 A # noqa: no-free-form
tags: