drone-test-1/hello.yml
Chris Hammer 2ed92a0eda
Some checks reported errors
continuous-integration/drone/push Build encountered an error
fix hello.yml; .drone-ci.yml refinements
2023-11-17 15:34:20 -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!