upd
This commit is contained in:
parent
a29b7bd51a
commit
04ac52bcba
1 changed files with 4 additions and 5 deletions
9
ping.yml
9
ping.yml
|
@ -1,6 +1,5 @@
|
|||
- name:
|
||||
host: all
|
||||
become: no
|
||||
- name: Test playbook
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: ping
|
||||
:ping
|
||||
- name: Ping all hosts
|
||||
ansible.builtin.ping:
|
||||
|
|
Loading…
Reference in a new issue