Hi all,

I am using Ansible 2.8.1 and want to create a multiline debug output at the end 
of a play run:

https://docs.ansible.com/ansible/latest/modules/debug_module.html

Suggests this is possible, I am trying the following:

- name: Give cluster information
  debug:
    msg:
      - "Information about your deployed AKS cluster:"
      - "Cluster Name               : {{ aks_name }}"
[...]

This seems to work as expected by default, however if we specify the debug 
output filter as an environment variable:

ANSIBLE_STDOUT_CALLBACK=debug

Then the output is not split up onto separate lines, and the information is 
represented in one large block of text in one line.  Has anyone seen this 
before?

Thanks.
Andrew.

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/DB6PR0801MB1880117CDED56650E5806EAAAFAC0%40DB6PR0801MB1880.eurprd08.prod.outlook.com.

Reply via email to