--- - hosts: 166.151.28.24 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}}"