ansiblefkip/help.yaml

12 lines
170 B
YAML
Raw Normal View History

2022-07-20 11:13:08 +07:00
---
- name: reboot
hosts: rk1
gather_facts: False
tasks:
- name: rk1
raw: mca-cli-op info
register: out_info
- debug:
var: out_info.stdout_lines