summaryrefslogtreecommitdiffstats
path: root/examples/playbooks/capture-warning.yml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/playbooks/capture-warning.yml')
-rw-r--r--examples/playbooks/capture-warning.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/playbooks/capture-warning.yml b/examples/playbooks/capture-warning.yml
new file mode 100644
index 0000000..ee20690
--- /dev/null
+++ b/examples/playbooks/capture-warning.yml
@@ -0,0 +1,8 @@
+---
+- name: Fixture to generate a warning
+ hosts: localhost
+ tasks:
+ - name: Generate a warning
+ ansible.builtin.debug:
+ msg: "This is a warning"
+ when: "{{ false }}" # noqa: 102 jinja[spacing]