mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-31 17:11:23 -07:00
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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue