Some checks reported errors
continuous-integration/drone/push Build encountered an error
11 lines
165 B
YAML
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!
|