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