From d0acb95b9ffa2d12908d1e58c47e9fe21cab4150 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Fri, 10 May 2019 00:10:38 -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: I87d30e020977ea2f01592bb60b54d02292818d49 --- 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