diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-06-16 16:28:24 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-06-16 16:28:24 +0200 |
commit | e7ed8a49fb22e05066d3cf18f258aad0619a8e6b (patch) | |
tree | 9bd3fb02785195b8dfedae68d1254a5f6e6e311c /ansible/roles/nomad/tasks/main.yml | |
parent | 3534ba1a19844e55982cb773599671d2fdb4be02 (diff) | |
download | infrastructure-e7ed8a49fb22e05066d3cf18f258aad0619a8e6b.tar.gz infrastructure-e7ed8a49fb22e05066d3cf18f258aad0619a8e6b.zip |
Update local scripts
Diffstat (limited to 'ansible/roles/nomad/tasks/main.yml')
-rw-r--r-- | ansible/roles/nomad/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/nomad/tasks/main.yml b/ansible/roles/nomad/tasks/main.yml index e6e6e10..0b7b65c 100644 --- a/ansible/roles/nomad/tasks/main.yml +++ b/ansible/roles/nomad/tasks/main.yml @@ -1,6 +1,6 @@ - name: "Set nomad version" set_fact: - nomad_version: 0.8.6 + nomad_version: 0.11.3 - name: "Download and install Nomad for armv7l" unarchive: |