remove 'fail' task
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Chris Hammer 2023-11-18 01:31:16 -05:00
parent 127f0e65ec
commit a709bb3094

View File

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