Bump nomad version

This commit is contained in:
IamTheFij 2025-03-05 12:54:54 -08:00
parent f1497096e6
commit 96ad4c874d

View File

@ -153,7 +153,7 @@
roles:
- name: ansible-nomad
vars:
nomad_version: "1.9.3-1"
nomad_version: "1.9.6-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 %}"