refresh_inventory doc typo (#47402)
Fix typo in example for usage of refresh_inventory meta task
This commit is contained in:
parent
1bb674034f
commit
fc516633a2
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ EXAMPLES = '''
|
|||
cloud_guest: # this is fake module
|
||||
name: newhost
|
||||
state: present
|
||||
- name: Refresh inventory to ensure new instaces exist in inventory
|
||||
- name: Refresh inventory to ensure new instances exist in inventory
|
||||
meta: refresh_inventory
|
||||
|
||||
- name: Clear gathered facts from all currently targeted hosts
|
||||
|
|
Loading…
Reference in a new issue