소스 검색

Fix test failures on Ubuntu 12.04.

Jeff Geerling 8 년 전
부모
커밋
84b308c3d4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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: