ansible-community / ansible-nomad

:watch: Ansible role for Nomad
https://galaxy.ansible.com/brianshumate/nomad
BSD 2-Clause "Simplified" License
294 stars 163 forks source link

Remove duplicate Consul TLS configuration from base.hcl. Fixes #146 #149

Closed ppacher closed 2 years ago

ppacher commented 2 years ago

This PR fixes #146 by removing the duplicated Consul TLS configuration lines in base.hcl.

sas1024 commented 2 years ago

Any news? Without merging this PR ansible role is unusable and generates invalid configuration for Nomad

ppacher commented 2 years ago

There's also #148 already which basically fixes the same things but also a couple other places where those keys are duplicated. So I'll close this one and hope that #148 will be merged soon. Until then, you can either checkout my branch or the one from the other PR to get the fixes.