From 6057dcbbc367918b6f86a03bb862984c63c58552 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Fri, 10 May 2019 00:01:18 -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: Ic80fd9b1f112d02c24ceb2579195fa655cd63b00 --- 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