From 150f90ad61bc3a3311723dda1658a3aa2b3c2503 Mon Sep 17 00:00:00 2001 From: Anarion Date: Sat, 11 Mar 2023 14:35:56 +0100 Subject: [PATCH] Remove comments --- roles/nomad/tasks/main.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/roles/nomad/tasks/main.yml b/roles/nomad/tasks/main.yml index f0ea6b28..2b19bf72 100644 --- a/roles/nomad/tasks/main.yml +++ b/roles/nomad/tasks/main.yml @@ -5,18 +5,12 @@ ansible.builtin.get_url: url: https://apt.releases.hashicorp.com/gpg dest: /etc/apt/trusted.gpg.d/hashicorp.asc - # dest: /usr/share/keyrings/hashicorp-nomad-keyring.gpg mode: '0644' force: true - # - name: Add Hashicorp GPG key - # ansible.builtin.apt_key: - # url: https://apt.releases.hashicorp.com/gpg - # state: present - name: Add Hashicorp apt repository ansible.builtin.apt_repository: repo: "deb https://apt.releases.hashicorp.com {{ ansible_facts['lsb']['codename'] }} main" - # repo: "deb [arch=amd64 signed-by=/usr/share/keyrings/hashicorp-nomad-keyring.gpg] https://apt.releases.hashicorp.com {{ ansible_facts['lsb']['codename'] }} main" state: present filename: hashicorp