Split apt update cache (fix install when cache is outdated)

pull/14/head
Emilien Mantel 2016-02-09 18:36:48 +01:00
parent 4dc28d9471
commit 26a50945c5
1 changed files with 5 additions and 2 deletions

View File

@ -1,11 +1,14 @@
---
- name: APT | Update cache
apt: >
update_cache=yes
cache_valid_time=3600
- name: APT | Install nginx and dependencies
apt: >
pkg={{ nginx_apt_package }}
state=present
update_cache=yes
cache_valid_time=3600
default_release={{ ansible_distribution_release + '-backports' if nginx_backports else ansible_distribution_release }}
- name: APT | Install python-passlib