library/roles/letsencrypt-acmetool-client/tasks/main.yml: Add an update_cache to the letsencrypt package installation task.

This commit is contained in:
Andrea Dell'Amico 2016-11-02 16:24:47 +01:00
parent d84956e70a
commit 2e766d138f
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
tags: letsencrypt
- name: Install the letsencrypt acmetool package and some deps
apt: pkg={{ item }} state={{ letsencrypt_acme_pkg_state }}
apt: pkg={{ item }} state={{ letsencrypt_acme_pkg_state }} update_cache=yes cache_valid_time=3600
with_items: '{{ letsencrypt_acme_pkgs }}'
when:
- letsencrypt_acme_install