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
|
||||
hosts: localhost
|
||||
connection: local
|
||||
become: no
|
||||
gather_facts: no
|
||||
|
||||
become: false
|
||||
gather_facts: false
|
||||
|
||||
tasks:
|
||||
- name: Say Hello world
|
||||
ansible.builtin.debug:
|
||||
msg: Hello world!
|
||||
|
||||
|
||||
...
|
||||
- name: Say Hello world
|
||||
ansible.builtin.debug:
|
||||
msg: Hello world!
|
||||
|
Loading…
x
Reference in New Issue
Block a user