From 6db9f6818f905dabfebae223299a01f37cc4f3b6 Mon Sep 17 00:00:00 2001 From: siddharthist Date: Tue, 15 Mar 2016 14:42:37 -0700 Subject: [PATCH] Pin distributive to latest version, not present --- roles/distributive/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/distributive/tasks/main.yml b/roles/distributive/tasks/main.yml index 386a076c4..058455e17 100644 --- a/roles/distributive/tasks/main.yml +++ b/roles/distributive/tasks/main.yml @@ -15,7 +15,7 @@ - name: install distributive, health check packages for current role become: yes yum: - state: present + state: latest name: "{{ item }}" tags: - distributive