--- - hosts: 10.0.8.16 gather_facts: false tasks: - name: get cell id info raw: shcell register: show_cell - name: Print the JSON Output debug: msg="{{show_cell | to_nice_json}}"