---- hosts: Storage1 remote_user: user gather_facts: no tasks: - name: showcon raw: show controller---- hosts: Storage1 remote_user: user gather_facts: no tasks: - name: "ControllerRestart" expect: command: "shutdown controller restart" responses: (?i)REMOTE: "yes"Storage1 | UNREACHABLE! => { "changed": false, "msg": "SSH Error: data could not be sent to the remote host. Make sure this host can be reached over ssh", "unreachable": true}