Skip to content

Commit 2d7e019

Browse files
s1113950cognifloyd
andauthored
Update docs/ansible_detailed.rst
Co-Authored-By: Jacob Floyd <[email protected]>
1 parent 05f74e3 commit 2d7e019

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/ansible_detailed.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,9 @@ Noteworthy Differences
243243
..
244244
* The ``ansible_python_interpreter`` variable is parsed using a restrictive
245245
: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
248+
interpreter settings. Ansible `documents this
247249
<https://docs.ansible.com/ansible/latest/user_guide/intro_inventory.html#ansible-python-interpreter>`_
248250
as an absolute path, however the implementation passes it unquoted through
249251
the shell, permitting arbitrary code to be injected.

0 commit comments

Comments
 (0)