drone-test-1/hello.yml

14 lines
213 B
YAML

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