From 55d8783b9995bcd6a54fea89fa9335519007fe07 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Sat, 15 Sep 2018 18:21:52 -0600 Subject: [PATCH] Rename SUSE vars file to cater for any version To make the transition between versions easier, we rename the vars file. This also resolves issues when meta-dependent role inclusions do not pick up the correct file when using the include_vars task with multiple search paths. Change-Id: Ibe1758b4d2187f0bd85368ce91089ea30ca652ac --- vars/{suse-42.yml => suse.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename vars/{suse-42.yml => suse.yml} (100%) diff --git a/vars/suse-42.yml b/vars/suse.yml similarity index 100% rename from vars/suse-42.yml rename to vars/suse.yml