From a789923d735a4ade681860e9111ac9552b18f803 Mon Sep 17 00:00:00 2001 From: Greg Szabo Date: Mon, 19 Jun 2017 20:01:59 +0000 Subject: [PATCH] ansible fix for CentOS repo --- ansible/roles/install/tasks/centos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/install/tasks/centos.yml b/ansible/roles/install/tasks/centos.yml index 41b14c5c5..d2e11c638 100644 --- a/ansible/roles/install/tasks/centos.yml +++ b/ansible/roles/install/tasks/centos.yml @@ -21,5 +21,5 @@ - name: Install package on CentOS/RedHat when: ansible_os_family == "RedHat" - yum: "pkg={{service}}" + yum: "pkg={{service}} update_cache=yes"