--- - name: reboot hosts: rk1 gather_facts: False tasks: - name: rk1 raw: mca-cli-op info register: out_info - debug: var: out_info.stdout_lines