diff options
author | jbpratt <jbpratt78@gmail.com> | 2022-02-28 12:22:17 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-28 13:22:17 -0500 |
commit | 28a278ee48e5a19e84cc668e6bcedd66cd927cc0 (patch) | |
tree | 40c82d8d39153d8532dbf98f423fbbf9da166ebc /lib/ansible/modules | |
parent | c3999d89f442a3eb1bd9b75986dc5affea1e27f5 (diff) | |
download | ansible-28a278ee48e5a19e84cc668e6bcedd66cd927cc0.tar.gz |
fix spelling error in details (#77152)
correct inventory_hostname spelling error in include_vars and set_fact
modules
Signed-off-by: jbpratt <jbpratt78@gmail.com>
Diffstat (limited to 'lib/ansible/modules')
-rw-r--r-- | lib/ansible/modules/include_vars.py | 2 | ||||
-rw-r--r-- | lib/ansible/modules/set_fact.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/modules/include_vars.py b/lib/ansible/modules/include_vars.py index fab4deffbf..1286bef5c0 100644 --- a/lib/ansible/modules/include_vars.py +++ b/lib/ansible/modules/include_vars.py @@ -98,7 +98,7 @@ attributes: support: full delegation: details: - - while variable assignment can be delegated to a different host the execution context is always the current invenotory_hostname + - while variable assignment can be delegated to a different host the execution context is always the current inventory_hostname - connection variables, if set at all, would reflect the host it would target, even if we are not connecting at all in this case support: partial diff_mode: diff --git a/lib/ansible/modules/set_fact.py b/lib/ansible/modules/set_fact.py index 5cc0087c80..74ea5cdf05 100644 --- a/lib/ansible/modules/set_fact.py +++ b/lib/ansible/modules/set_fact.py @@ -58,7 +58,7 @@ attributes: support: partial delegation: details: - - while variable assignment can be delegated to a different host the execution context is always the current invenotory_hostname + - while variable assignment can be delegated to a different host the execution context is always the current inventory_hostname - connection variables, if set at all, would reflect the host it would target, even if we are not connecting at all in this case support: partial diff_mode: |