mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
Cleanups to docs and rename of inv var
This commit is contained in:
parent
8fc1c26c37
commit
e25caebe7a
3 changed files with 6 additions and 6 deletions
|
@ -78,7 +78,7 @@ MAGIC_VARIABLE_MAPPING = dict(
|
|||
su_pass = ('ansible_su_password', 'ansible_su_pass'),
|
||||
su_exe = ('ansible_su_exe',),
|
||||
su_flags = ('ansible_su_flags',),
|
||||
executable = ('ansible_executable',),
|
||||
executable = ('ansible_shell_executable',),
|
||||
)
|
||||
|
||||
SU_PROMPT_LOCALIZATIONS = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue