6 lines
100 B
YAML
6 lines
100 B
YAML
- name: Test Connection
|
|
hosts: all
|
|
tasks:
|
|
- name: Ping the host
|
|
ansible.builtin.ping:
|