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