drone-test-1/hello.yml
Chris Hammer a709bb3094
All checks were successful
continuous-integration/drone/push Build is passing
remove 'fail' task
2023-11-18 01:31:16 -05:00

11 lines
165 B
YAML

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