diff options
author | LUXEY Adrien <adrien.luxey@inria.fr> | 2021-03-23 17:09:09 +0100 |
---|---|---|
committer | LUXEY Adrien <adrien.luxey@inria.fr> | 2021-03-23 17:09:09 +0100 |
commit | 6f09e7de1c053ff33daad161b5e62e6b31638c53 (patch) | |
tree | cf4e4660fcc7098ce1759326b5a0df0d46d3ef37 /os/config/roles/nomad/tasks | |
parent | 5126868e30960ef77af8b87357d1fd8646972397 (diff) | |
parent | 7277927ea31ea66f1a3b186423ba59fac2d30d0f (diff) | |
download | infrastructure-6f09e7de1c053ff33daad161b5e62e6b31638c53.tar.gz infrastructure-6f09e7de1c053ff33daad161b5e62e6b31638c53.zip |
Merge branch 'hammerhead_install' into main
Diffstat (limited to 'os/config/roles/nomad/tasks')
-rw-r--r-- | os/config/roles/nomad/tasks/main.yml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/os/config/roles/nomad/tasks/main.yml b/os/config/roles/nomad/tasks/main.yml index 1ddedbe..080a75f 100644 --- a/os/config/roles/nomad/tasks/main.yml +++ b/os/config/roles/nomad/tasks/main.yml @@ -1,14 +1,14 @@ -- name: "Set nomad version" - set_fact: - nomad_version: 1.0.2 +# - name: "Set nomad version" +# set_fact: +# nomad_version: 1.0.2 -- name: "Download and install Nomad for x86_64" - unarchive: - src: "https://releases.hashicorp.com/nomad/{{ nomad_version }}/nomad_{{ nomad_version }}_linux_amd64.zip" - dest: /usr/local/bin - remote_src: yes - when: - - "ansible_architecture == 'x86_64'" +# - name: "Download and install Nomad for x86_64" +# unarchive: +# src: "https://releases.hashicorp.com/nomad/{{ nomad_version }}/nomad_{{ nomad_version }}_linux_amd64.zip" +# dest: /usr/local/bin +# remote_src: yes +# when: +# - "ansible_architecture == 'x86_64'" - name: "Create Nomad configuration directory" file: path=/etc/nomad/ state=directory |