Closed colin-nolan closed 7 years ago
Running a diff on the files before and after a change shows changes in the order of the "retry_join" values.
Before:
"retry_join": [
"192.168.102.51",
"192.168.102.47"
],
After:
"retry_join": [
"192.168.102.47",
"192.168.102.51"
],
Bug reported upstream: https://github.com/savagegus/ansible-consul/issues/197
Pull request with fix pending: https://github.com/savagegus/ansible-consul/pull/198. Switched to using our fork to get the fix without waiting for the merge upstream.
Task path: /data/hgi-systems/subrepos/ansible-consul/tasks/install.yml:192