From 84b308c3d486712ef32d6913cc029d9fbb99cc5a Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Wed, 23 Nov 2016 09:27:25 -0600 Subject: [PATCH] Fix test failures on Ubuntu 12.04. --- tasks/setup-Debian.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/setup-Debian.yml b/tasks/setup-Debian.yml index 43f9ab8..2638ce0 100644 --- a/tasks/setup-Debian.yml +++ b/tasks/setup-Debian.yml @@ -1,6 +1,7 @@ --- - name: Update apt cache. apt: update_cache=yes cache_valid_time=86400 + changed_when: false - name: Ensure nginx is installed. apt: