Hello comunity
I’m trying to set up “group_vars” in inventory, but for some reason it does not work.
I’ve tried with .ini and .yml files, in both I get the same error:
`
ERROR! failed to combine variables, expected dicts but got a ‘dict’ and a ‘AnsibleUnicode’:
{}
`
my ansible.conf is a default and my my file struct is:
my inventory in .ini:
`
[win-mssql]
lab-sql1.DOMAIN.cl
`
and .yml:
`
win-mssql:
hosts:
lab-sql1.e-contact.cl:
`
my archive of groups vars in ini:
`
`
ansible_user=svc-ansible-dev@DOMAIN.CL
ansible_password=PASS
ansible_port=5986
ansible_connection=winrm
ansible_winrm_server_cert_validation=ignore
ansible_winrm_transport=kerberos
ansible_winrm_service=HOST
`
`
and .yml
`