mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Remove duplicated "By default" in docs
This commit is contained in:
parent
19161dfd72
commit
652daf3db4
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ mentioned::
|
||||||
ansible_ssh_private_key_file
|
ansible_ssh_private_key_file
|
||||||
Private key file used by ssh. Useful if using multiple keys and you don't want to use SSH agent.
|
Private key file used by ssh. Useful if using multiple keys and you don't want to use SSH agent.
|
||||||
ansible_shell_type
|
ansible_shell_type
|
||||||
The shell type of the target system. By default commands are formatted using 'sh'-style syntax by default. Setting this to 'csh' or 'fish' will cause commands executed on target systems to follow those shell's syntax instead.
|
The shell type of the target system. Commands are formatted using 'sh'-style syntax by default. Setting this to 'csh' or 'fish' will cause commands executed on target systems to follow those shell's syntax instead.
|
||||||
ansible_python_interpreter
|
ansible_python_interpreter
|
||||||
The target host python path. This is useful for systems with more
|
The target host python path. This is useful for systems with more
|
||||||
than one Python or not located at "/usr/bin/python" such as \*BSD, or where /usr/bin/python
|
than one Python or not located at "/usr/bin/python" such as \*BSD, or where /usr/bin/python
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue