From e7e1c3bc86fe672cf3fc768c961058587b7b81fc Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Sun, 15 Mar 2020 01:04:48 -0700 Subject: [PATCH] note on changed interpreter value functionality, need to fix the test --- tests/ansible/integration/transport_config/python_path.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ansible/integration/transport_config/python_path.yml b/tests/ansible/integration/transport_config/python_path.yml index c5359e93..8ee9458e 100644 --- a/tests/ansible/integration/transport_config/python_path.yml +++ b/tests/ansible/integration/transport_config/python_path.yml @@ -2,8 +2,8 @@ # Each case is followed by mitogen_via= case to test hostvars method. -# When no ansible_python_interpreter is set, executor/module_common.py chooses -# "/usr/bin/python". +# When no ansible_python_interpreter is set, ansible 2.8+ automatically +# tries to detect the desired interpreter, falling back to "/usr/bin/python" if necessary - name: integration/transport_config/python_path.yml hosts: tc-python-path-unset tasks: