Skip to content

Commit

Permalink
Upgrade nomad version
Browse files Browse the repository at this point in the history
  • Loading branch information
rounakdatta committed Jan 1, 2025
1 parent da8c1ec commit 9636e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/launch-orchestrators/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

- name: Download nomad package
get_url:
url: "https://releases.hashicorp.com/nomad/1.3.5/nomad_1.3.5_linux_{{ install_arch }}.zip"
url: "https://releases.hashicorp.com/nomad/1.9.4/nomad_1.9.4_linux_{{ install_arch }}.zip"
dest: "/tmp/"

- name: Install the required apt packages
Expand Down

0 comments on commit 9636e65

Please sign in to comment.