add 'fail' task
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Chris Hammer 2023-11-18 00:45:08 -05:00
parent 75b4e17394
commit 127f0e65ec

View File

@ -8,3 +8,7 @@
- name: Say Hello world
ansible.builtin.debug:
msg: Hello world!
- name: Say goodbye world
ansible.builtin.fail:
msg: Goodbye...world.