mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-07 17:04:02 -07:00
Fix bare variable references in docs
This commit is contained in:
parent
c6b08ca623
commit
a8d80f7165
11 changed files with 17 additions and 17 deletions
|
@ -97,7 +97,7 @@ EXAMPLES = '''
|
|||
|
||||
# Gather information about network managed by 'libvirt' remotely using uri
|
||||
- virt_net: command=info uri='{{ item }}'
|
||||
with_items: libvirt_uris
|
||||
with_items: "{{ libvirt_uris }}"
|
||||
register: networks
|
||||
|
||||
# Ensure that a network is active (needs to be defined and built first)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue