10 lines
115 B
YAML
10 lines
115 B
YAML
|
---
|
||
|
- name: Verify
|
||
|
hosts: all
|
||
|
become: no
|
||
|
gather_facts: yes
|
||
|
|
||
|
tasks:
|
||
|
- name: test connection
|
||
|
ping:
|