ansible-community / ansible-nomad

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

Remove duplicate keys #150

Closed sestegra closed 2 years ago

sestegra commented 2 years ago

When using ansible-nomad role, the following warning logs appear.

[WARNING]: While constructing a mapping from ansible_roles/ansible-
nomad/defaults/main.yml, line 5, column 1, found a duplicate dict key (nomad_consul_ssl). Using last defined value only.
[WARNING]: While constructing a mapping from ansible_roles/ansible-
nomad/defaults/main.yml, line 5, column 1, found a duplicate dict key (nomad_consul_ca_file). Using last defined value only.
[WARNING]: While constructing a mapping from ansible_roles/ansible-
nomad/defaults/main.yml, line 5, column 1, found a duplicate dict key (nomad_consul_cert_file). Using last defined value only.
[WARNING]: While constructing a mapping from ansible_roles/ansible-
nomad/defaults/main.yml, line 5, column 1, found a duplicate dict key (nomad_consul_key_file). Using last defined value only.
sestegra commented 2 years ago

Updates already merged in #148