ansible-collections / ansible-consul

:satellite: Ansible role for Hashicorp Consul clusters
https://galaxy.ansible.com/ansible-community/consul/
BSD 2-Clause "Simplified" License
456 stars 316 forks source link

Is enabling TLS for windows supported with this role? #517

Open kedai opened 1 year ago

kedai commented 1 year ago

https://github.com/ansible-community/ansible-consul/blob/62519749cd672092b0723e7fc11639536f10b375/tasks/windows.yml#L139

If i understand this correctly, the role will fail when consul_tls_enable is true.

Is there a reason this should fail?

I've commented the task, and can setup consul on windows with tls using this role.