f109184753
Module tracebacks may be reported on stdout instead of stderr when using some connection plugins. For example, the ssh connection plugin will report tracebacks on stdout due to use of the -tt option. This change results in tracebacks being recognized on both stdout and stderr, instead of the previous behavior of just stderr. ci_complete
5 lines
174 B
Text
5 lines
174 B
Text
testhost_local ansible_connection=local
|
|
testhost_ssh ansible_connection=ssh ansible_host=localhost
|
|
|
|
[all:vars]
|
|
ansible_python_interpreter="{{ ansible_playbook_python }}"
|