We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc87fb0 commit 5196fbbCopy full SHA for 5196fbb
tests/ansible/integration/transport_config/python_path.yml
@@ -20,7 +20,7 @@
20
- {mitogen_get_stack: {}, register: out}
21
- assert_equal:
22
left: out.result[0].kwargs.python_path
23
- right: ["/usr/bin/python"]
+ right: ["{{out.discovered_interpreter}}"]
24
25
left: out.result[1].kwargs.python_path
26
right: ["/hostvar/path/to/python"]
@@ -45,7 +45,7 @@
45
46
47
48
49
50
51
# Implicit localhost gets ansible_python_interpreter=virtualenv interpreter
0 commit comments