From 27d8fc79a377bd5b1eadf9cdff9faf8abe3fded8 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Sat, 3 Aug 2024 10:55:32 +0200 Subject: [PATCH] chore: remove unused variables from nomad role --- roles/nomad/vars/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/nomad/vars/main.yml b/roles/nomad/vars/main.yml index 6222923..b30f7d5 100644 --- a/roles/nomad/vars/main.yml +++ b/roles/nomad/vars/main.yml @@ -11,7 +11,6 @@ nomad_deb_architecture_map: nomad_architecture: "{{ nomad_deb_architecture_map[ansible_architecture] | default(ansible_architecture) }}" nomad_service_name: "nomad" nomad_github_api: https://api.github.com/repos -nomad_cni_github_project: containernetworking/plugins nomad_github_project: hashicorp/nomad nomad_github_url: https://github.com nomad_repository_url: https://releases.hashicorp.com/nomad