From 5958fae42845bee92e108a2ac345e25810f60686 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Mon, 29 Aug 2016 14:09:32 -0500 Subject: [PATCH] Removed yum cache update This command is not needed and is buggy. Change-Id: Ied18863d194e610d9cd96f74749f70b83f361a1e Signed-off-by: Kevin Carter --- common-tasks/test-force-package-cache-update.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/common-tasks/test-force-package-cache-update.yml b/common-tasks/test-force-package-cache-update.yml index 7e6d9011..09f33da6 100644 --- a/common-tasks/test-force-package-cache-update.yml +++ b/common-tasks/test-force-package-cache-update.yml @@ -18,9 +18,3 @@ update_cache: true when: - ansible_pkg_mgr == 'apt' - -- name: First ensure yum cache is always refreshed - yum: - update_cache: true - when: - - ansible_pkg_mgr == 'yum'