Fix bare variable references in docs

This commit is contained in:
Andrew Gaffney
2016-11-10 10:12:03 -07:00
committed by Matt Clay
parent c6b08ca623
commit a8d80f7165
11 changed files with 17 additions and 17 deletions

View File

@@ -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:] }}"
'''