From cbb8b31d0ad99320f47b2f44f0d35723a003db38 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Sat, 15 Sep 2018 18:29:38 -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: I0321511643485eeb8a121f940cf7adeccf0533f0 --- 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