diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-10-22 17:57:02 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-10-22 17:57:02 +0200 |
commit | 6858f17766fcd6fd0f05c43393188b79d29be5e5 (patch) | |
tree | bd8225399059557be803302d0c45e3f62010ad55 /os/config/roles/nomad/tasks | |
parent | 5c31fbf0b12632b32912fa92be3d53b6e3902b91 (diff) | |
download | infrastructure-6858f17766fcd6fd0f05c43393188b79d29be5e5.tar.gz infrastructure-6858f17766fcd6fd0f05c43393188b79d29be5e5.zip |
Rework Ansible to support ipv6
Diffstat (limited to 'os/config/roles/nomad/tasks')
-rw-r--r-- | os/config/roles/nomad/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/config/roles/nomad/tasks/main.yml b/os/config/roles/nomad/tasks/main.yml index 7c73362..db519d5 100644 --- a/os/config/roles/nomad/tasks/main.yml +++ b/os/config/roles/nomad/tasks/main.yml @@ -1,6 +1,6 @@ - name: "Set nomad version" set_fact: - nomad_version: 0.12.0-beta2 + nomad_version: 0.12.6 - name: "Download and install Nomad for x86_64" unarchive: |