mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
Reduce warnings (#39254)
* removes FAQ links; no entries exist for linked config settings * fixes various anchors and links * addresses abadger comments, thanks * marks orphan pages, avoids TOC errors * adds links for remote_tmp setting to FAQ
This commit is contained in:
parent
476d1f818e
commit
4b52a54e18
24 changed files with 65 additions and 47 deletions
|
@ -388,9 +388,11 @@ ansible_become_flags
|
|||
|
||||
Remote host environment parameters:
|
||||
|
||||
.. _ansible_shell_type:
|
||||
|
||||
ansible_shell_type
|
||||
The shell type of the target system. You should not use this setting unless you have set the
|
||||
:ref:`ansible_shell_executable` to a non-Bourne (sh) compatible shell. By default commands are
|
||||
:ref:`ansible_shell_executable<ansible_shell_executable>` to a non-Bourne (sh) compatible shell. By default commands are
|
||||
formatted using ``sh``-style syntax. Setting this to ``csh`` or ``fish`` will cause commands
|
||||
executed on target systems to follow those shell's syntax instead.
|
||||
|
||||
|
@ -404,7 +406,7 @@ ansible_python_interpreter
|
|||
be named something like :program:`python2.6`.
|
||||
|
||||
ansible_*_interpreter
|
||||
Works for anything such as ruby or perl and works just like :ref:`ansible_python_interpreter`.
|
||||
Works for anything such as ruby or perl and works just like :ref:`ansible_python_interpreter<ansible_python_interpreter>`.
|
||||
This replaces shebang of modules which will run on that host.
|
||||
|
||||
.. versionadded:: 2.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue