mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-01 09:12:09 +00:00
6 lines
93 B
YAML
6 lines
93 B
YAML
- hosts: demo
|
|
gather_facts: no
|
|
tasks:
|
|
- name: Posix ping
|
|
ansible.builtin.ping:
|