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:
|
- name: Test playbook
|
||||||
host: all
|
hosts: all
|
||||||
become: no
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: ping
|
- name: Ping all hosts
|
||||||
:ping
|
ansible.builtin.ping:
|
||||||
|
|
Loading…
Reference in a new issue