mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix docs typo at Special Variables (#50230)
This commit is contained in:
parent
0fe7d569c9
commit
4b300189fd
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ Only the common ones are described as each connection/become/shell/etc plugin ca
|
||||||
ansible_become_user
|
ansible_become_user
|
||||||
The user Ansible 'becomes' after using privilege escalation. This must be available to the 'login user'.
|
The user Ansible 'becomes' after using privilege escalation. This must be available to the 'login user'.
|
||||||
|
|
||||||
ansible_connecion
|
ansible_connection
|
||||||
The connection plugin actually used for the task on the target host.
|
The connection plugin actually used for the task on the target host.
|
||||||
|
|
||||||
ansible_host
|
ansible_host
|
||||||
|
|
Loading…
Reference in a new issue