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
@@ -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:] }}"
|
||||
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user