Details
-
Type:
Improvement
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: ansible-plugin
-
Labels:None
-
Similar Issues:
Description
When an ansiblePlaybook command is used in a pipeline script the output is not refreshed during the execution of the playbook.
This is because the Ansible (=python) output is buffered and can be solved by setting PYTHONBUFFERED=0 as an environment variable on node or job level prior ansible-playbook execution.