kolla-ansible/ansible/library
Pierre Riteau 5407662038 Separate outputs of kolla_toolbox inner module
Inner modules called by the kolla_toolbox module were returning stdout
and stderr as a single output object. This could break JSON parsing if
any data was present in stderr, for example warnings such as:

    [WARNING]: Collection ansible.posix does not support Ansible version 2.14.17

Fix by using demux=True to separate the two streams. The stderr content
is logged as it could be useful for troubleshooting or catching
deprecation notices.

Change-Id: Iad0476d4511f28c837794352c9a3e2f47113d9a1
Closes-Bug: #2080544
2024-09-12 20:19:49 +02:00
..
kolla_container_facts.py Refactor of kolla_container_facts 2024-08-12 09:54:05 +02:00
kolla_container_volume_facts.py Add support of podman deployment 2023-10-20 17:51:52 +02:00
kolla_container.py Rename kolla_docker to kolla_container 2023-11-15 13:54:57 +01:00
kolla_toolbox.py Separate outputs of kolla_toolbox inner module 2024-09-12 20:19:49 +02:00