update hello.yml for ansible-lint compliance
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5a74a3a4e5
commit
a7fed9eb04
15
hello.yml
15
hello.yml
@ -1,15 +1,10 @@
|
|||||||
---
|
|
||||||
- name: Hello world
|
- name: Hello world
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
connection: local
|
connection: local
|
||||||
become: no
|
become: false
|
||||||
gather_facts: no
|
gather_facts: false
|
||||||
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Say Hello world
|
- name: Say Hello world
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg: Hello world!
|
msg: Hello world!
|
||||||
|
|
||||||
|
|
||||||
...
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user