Skip to content

Commit

Permalink
Fix playbook typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jullienl committed Oct 9, 2023
1 parent 4d82db5 commit bac14bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ESXi7.0.u2_provisioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@

# vCenter and ESXi configuration

- name: Creating ESXi cluster "{{ cluster_name }}" in vCenter "{{ vcenter_hostname }}" if not present
- name: Creating ESXi cluster "{{ cluster_name }}" in vCenter "{{ vcenter_hostname }}" if not present
community.vmware.vmware_cluster:
hostname: '{{ vcenter_hostname }}'
username: '{{ vcenter_username }}'
Expand Down

0 comments on commit bac14bf

Please sign in to comment.