From b400a87343422f52ba415b1eefa9f2cbe8a5b317 Mon Sep 17 00:00:00 2001 From: Bo-Chun Louis Chen <louistw@uab.edu> Date: Wed, 30 Jan 2019 14:30:09 -0600 Subject: [PATCH] Enable epel before install ansible In order to get newer ansible for rhsm_repository module to work need to enable epel repo before install ansible. --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index 0c42429..f69fe33 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -45,6 +45,7 @@ Vagrant.configure("2") do |config| . /vagrant/localenv.sh fi + yum install -y epel-release yum install -y ansible git vim bash-completion ansible-playbook -c local -i /vagrant/CRI_XCBC/hosts -l `hostname` /vagrant/CRI_XCBC/site.yaml -b -- GitLab