drone-test-1/hello.yml
Chris Hammer 127f0e65ec
Some checks failed
continuous-integration/drone/push Build is failing
add 'fail' task
2023-11-18 00:45:08 -05:00

15 lines
254 B
YAML

- name: Hello world
hosts: all
become: false
gather_facts: false
tasks:
- name: Say Hello world
ansible.builtin.debug:
msg: Hello world!
- name: Say goodbye world
ansible.builtin.fail:
msg: Goodbye...world.