You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ansible_detailed.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -243,7 +243,9 @@ Noteworthy Differences
243
243
..
244
244
* The ``ansible_python_interpreter`` variable is parsed using a restrictive
245
245
:mod:`shell-like <shlex>` syntax, permitting values such as ``/usr/bin/env
246
-
FOO=bar python`` or ``source /opt/rh/rh-python36/enable && python``, which occur in practice. Jinja2 templating is also supported for complex task-level interpreter settings. Ansible `documents this
246
+
FOO=bar python`` or ``source /opt/rh/rh-python36/enable && python``, which
247
+
occur in practice. Jinja2 templating is also supported for complex task-level
0 commit comments