From 89b87407818c78852b2c99b4300053e34e255fa5 Mon Sep 17 00:00:00 2001 From: LUXEY Adrien Date: Tue, 23 Mar 2021 17:12:13 +0100 Subject: Ansible config cleanup --- os/config/roles/nomad/tasks/main.yml | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'os/config/roles/nomad/tasks') diff --git a/os/config/roles/nomad/tasks/main.yml b/os/config/roles/nomad/tasks/main.yml index 080a75f..c4f2876 100644 --- a/os/config/roles/nomad/tasks/main.yml +++ b/os/config/roles/nomad/tasks/main.yml @@ -1,15 +1,3 @@ -# - 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: "Create Nomad configuration directory" file: path=/etc/nomad/ state=directory -- cgit v1.2.3