5 lines
91 B
YAML
5 lines
91 B
YAML
- name: Ping
|
|
hosts: odhosts
|
|
tasks:
|
|
- name: Ping my hosts
|
|
ansible.builtin.ping:
|