From a945d5686089e2fb7b24b73a563b8366eda1543b Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Sat, 15 Sep 2018 18:26:44 -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. Depends-On: https://review.openstack.org/602924 Change-Id: I4a4f113af485c28ad14f0d5480b8a75acd84ee44 --- 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