mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 18: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
|
@ -61,7 +61,7 @@ EXAMPLES = '''
|
|||
username: "{{ esxi_username }}"
|
||||
password: "{{ site_password }}"
|
||||
cluster_uuid: "{{ vsan_cluster.cluster_uuid }}"
|
||||
with_items: groups['esxi'][1:]
|
||||
with_items: "{{ groups['esxi'][1:] }}"
|
||||
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue