Fix linting error
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2022-08-03 09:23:27 +02:00
parent e89505bef6
commit 185b332764
1 changed files with 7 additions and 7 deletions

View File

@ -97,10 +97,10 @@
index_var: index
label: "{{ item.item }}"
module_defaults:
group/vmware:
hostname: "{{ vapp['hv.fqdn'] }}"
validate_certs: no
username: "{{ vapp['hv.username'] }}"
password: "{{ vapp['hv.password'] }}"
datacenter: "{{ vcenter_info.datacenter }}"
module_defaults:
group/vmware:
hostname: "{{ vapp['hv.fqdn'] }}"
validate_certs: no
username: "{{ vapp['hv.username'] }}"
password: "{{ vapp['hv.password'] }}"
datacenter: "{{ vcenter_info.datacenter }}"