drone-test-1/hello.yml
Chris Hammer ce16b086a4
Some checks failed
continuous-integration/drone/push Build is failing
remove git package add; break out docker build into steps
2023-11-19 13:47:35 -05:00

12 lines
166 B
YAML

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