mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Fix bare variable references in docs
This commit is contained in:
committed by
Matt Clay
parent
c6b08ca623
commit
a8d80f7165
@@ -108,7 +108,7 @@ EXAMPLES = '''
|
||||
|
||||
# Gather information about pools managed by 'libvirt' remotely using uri
|
||||
- virt_pool: command=info uri='{{ item }}'
|
||||
with_items: libvirt_uris
|
||||
with_items: "{{ libvirt_uris }}"
|
||||
register: storage_pools
|
||||
|
||||
# Ensure that a pool is active (needs to be defined and built first)
|
||||
|
||||
Reference in New Issue
Block a user