From d429b800e45472e9d0e3be93e1badba5173abba5 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Fri, 10 May 2019 00:50:21 -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: I7058bf708648753981bcd43d7a0ad80067a49b0b --- 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