drone-test-1/hello.yml
Chris Hammer a7fed9eb04
All checks were successful
continuous-integration/drone/push Build is passing
update hello.yml for ansible-lint compliance
2023-11-16 23:08:49 -05:00

11 lines
190 B
YAML

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