Upgrade nomad

This commit is contained in:
IamTheFij 2024-11-21 11:11:25 -08:00
parent 92559df998
commit 85256adebe

View File

@ -150,7 +150,7 @@
roles:
- name: ansible-nomad
vars:
nomad_version: "1.8.4-1"
nomad_version: "1.9.3-1"
nomad_install_upgrade: true
nomad_allow_purge_config: true
nomad_node_role: "{% if 'nomad_clients' in group_names %}{% if 'nomad_servers' in group_names %}both{% else %}client{% endif %}{% else %}server{% endif %}"