Przeglądaj źródła

Fix test failures on Ubuntu 12.04.

Jeff Geerling 9 lat temu
rodzic
commit
84b308c3d4
1 zmienionych plików z 1 dodań i 0 usunięć
  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: