mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-05-08 14:47:09 +00:00
10 lines
99 B
YAML
10 lines
99 B
YAML
---
|
|
|
|
- hosts: test
|
|
gather_facts: no
|
|
tasks:
|
|
- name: just for test
|
|
command: uname -a
|
|
|
|
|