mirror of
https://github.com/luzifer-ansible/nginx-letsencrypt.git
synced 2024-11-08 13:20:01 +00:00
Use cache_valid_time
for apt module
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
afe4d8934c
commit
ec1d0b1197
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
- name: Install nginx package
|
||||
apt:
|
||||
name: nginx
|
||||
cache_valid_time: 86400
|
||||
|
||||
- name: Ensure nginx service is disabled and stopped
|
||||
systemd:
|
||||
|
|
Loading…
Reference in a new issue