I'm running the following commands, the output is malformed, May I know how 
I can fix it?



  - name: Checking DNS Parameters
    asa_command:
      commands:
      - 'show run policy-map type inspect dns "{{ policy_map }}" | i 
maximum'
    register: output


  - name: show DNS Parameters
    debug: var=output.stdout_lines






TASK [show DNS Parameters] 
*********************************************************************************************************
ok: [Fw4Script] => {
    "output.stdout_lines": [
        [
            "show run policy-map type inspect dns \"preset_spect dns 
\"preset_d                         s_map\" show run policy-map type inspect 
dns \"preset$", 
            "!", 
            "policy-map type inspect dns preset_dns_map", 
            " parameters", 
            "  message-length maximum client auto", 
            "  message-length maximum 1024", 
            "!"
        ]
    ]

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/23b6fa7c-bd3b-4424-b0a2-0ea8a6375061%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to