소스 검색

Fixes #24: Update apt cache if it hasn't been updated in a day.

Jeff Geerling 10 년 전
부모
커밋
fc88ba2570
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      tasks/setup-Debian.yml

+ 3 - 0
tasks/setup-Debian.yml

@@ -1,4 +1,7 @@
 ---
+- name: Update apt cache.
+  apt: update_cache=yes cache_valid_time=86400
+
 - name: Ensure nginx is installed.
   apt:
     pkg: nginx