mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fixed zpellings
This commit is contained in:
parent
4241df41aa
commit
0aeaacb947
1 changed files with 1 additions and 1 deletions
|
@ -775,7 +775,7 @@ In 2.x we have made the order of precedence more specific (last one wins):
|
|||
.. note:: the previous describes the default config `hash_behavior=replace`, switch to 'merge' to only partially overwrite.
|
||||
|
||||
|
||||
Another important thing to consider (for all versions) is that connection spedific variables override config, command line and play specific options and directives. For example::
|
||||
Another important thing to consider (for all versions) is that connection specific variables override config, command line and play specific options and directives. For example::
|
||||
|
||||
ansible_ssh_user will override `-u <user>` and `remote_user: <user>`
|
||||
|
||||
|
|
Loading…
Reference in a new issue