Browse Source

Fix test failures on Ubuntu 12.04.

Jeff Geerling 9 years ago
parent
commit
84b308c3d4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tasks/setup-Debian.yml

+ 1 - 0
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: