mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
refresh_inventory doc typo (#47402)
Fix typo in example for usage of refresh_inventory meta task
This commit is contained in:
committed by
Jordan Borean
parent
1bb674034f
commit
fc516633a2
@@ -60,7 +60,7 @@ EXAMPLES = '''
|
|||||||
cloud_guest: # this is fake module
|
cloud_guest: # this is fake module
|
||||||
name: newhost
|
name: newhost
|
||||||
state: present
|
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
|
meta: refresh_inventory
|
||||||
|
|
||||||
- name: Clear gathered facts from all currently targeted hosts
|
- name: Clear gathered facts from all currently targeted hosts
|
||||||
|
|||||||
Reference in New Issue
Block a user