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>
pull/77163/head
jbpratt 3 years ago committed by GitHub
parent c3999d89f4
commit 28a278ee48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

@ -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:

Loading…
Cancel
Save