5 lines
76 B
YAML
5 lines
76 B
YAML
|
---
|
||
|
- hosts: all
|
||
|
tasks:
|
||
|
- name: Ping hosts
|
||
|
ansible.builtin.ping:
|