From ac2fd2f82456456e26699e3d84dd76e595eacb43 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Fri, 10 May 2019 00:07:11 -0400 Subject: [PATCH] [redhat] Update variables to be version agnostic The RedHat-based operating systems such as CentOS have a pretty stable list of packages, therefore, we don't need to pin it by version and we can instead move to a much more generic redhat.yml which will support a bigger range of systems. Change-Id: Id058d7003fa5d7cb9fb564ddb8e249860179e73a --- vars/{redhat-7.yml => redhat.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename vars/{redhat-7.yml => redhat.yml} (100%) diff --git a/vars/redhat-7.yml b/vars/redhat.yml similarity index 100% rename from vars/redhat-7.yml rename to vars/redhat.yml