From 5d962059c91d04bea10eafe891b898d7c1156365 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Wed, 14 Feb 2024 15:23:37 -0500 Subject: [PATCH] ansible: Use SLES15 variables for all Suse variants in developer role For the moment, the current overload is quite specific, and making it more general allows the same content to be used to support SLES12SP4. Change-Id: I9e9064912477366dde60b7f99ce7c7bb1233bdfb Signed-off-by: Kienan Stewart --- automation/ansible/roles/developer/vars/{SLES-15.yml => Suse.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename automation/ansible/roles/developer/vars/{SLES-15.yml => Suse.yml} (100%) diff --git a/automation/ansible/roles/developer/vars/SLES-15.yml b/automation/ansible/roles/developer/vars/Suse.yml similarity index 100% rename from automation/ansible/roles/developer/vars/SLES-15.yml rename to automation/ansible/roles/developer/vars/Suse.yml -- 2.34.1