Update ping/ping.yml
This commit is contained in:
parent
25f79483db
commit
9287a7ab5f
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
- hosts: "{{ host }}"
|
- hosts: "{{ host }}"
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
become = true
|
become: yes
|
||||||
become_method = sudo
|
become_method: sudo
|
||||||
tasks:
|
tasks:
|
||||||
- ping:
|
- ping:
|
Loading…
Reference in New Issue