From 74daf2eedf537f2d02949f1c7ff22fc0a815ceab Mon Sep 17 00:00:00 2001 From: Luke Repko Date: Wed, 7 Feb 2024 14:24:09 -0600 Subject: [PATCH] Rename host_setup vars for debian While trying to deploy genestack on Debian 12, an error stated no files were located during the Gather variables for each operating system task. The task explicity looks for the first_found file as expanded by the jinja with a `.yml` extension. Renaming this allowed me to run host_setup without fail against an inventory of Debian 12 systems. --- ansible/{roles/host_setup/vars/debian.yaml => debian.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ansible/{roles/host_setup/vars/debian.yaml => debian.yml} (100%) diff --git a/ansible/roles/host_setup/vars/debian.yaml b/ansible/debian.yml similarity index 100% rename from ansible/roles/host_setup/vars/debian.yaml rename to ansible/debian.yml