Hi,
 
 I am trying to output of an ansible playbook , which  is an output of a 
custom service status.



 register: webstat
    - debug:
        var: webstat.stdout_lines
        verbosity: 0


and the output is  as  follows...

ok: [server1] => {
    "webstat.stdout_lines": [
        "",
        "Web Service running...",
        "",
        "",
        "Web  Agent running...",
        "",
        "",
        "Web db Agent running..."
    ]
}

but the  adhoc  command,  the   actual   output is  5 lines


For  any  standard "var.stdout"  only  8 lines are printing .  Any way to  
increase the  std.output  lines  above  8 lines 

-- 
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/c4624728-939d-4495-8123-7c82f781d778%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to