drone-test-1/hello.yml
Chris Hammer 04d16e2111
All checks were successful
continuous-integration/drone/push Build is passing
revert hello.yml to a simple poc
2023-11-17 22:48:31 -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!