drone-test-1/hello.yml
Chris Hammer 85e92d9f8c
All checks were successful
continuous-integration/drone/push Build is passing
fix yaml[empty-lines]: Too many blank lines (1 > 0)
2023-11-19 13:48:11 -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!