Update APT cache should not "change"

pull/27/head
Emilien Mantel 2016-12-08 17:34:59 +01:00
parent 481bcd34b1
commit f2cfae31b1
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,7 @@
apt: >
update_cache=yes
cache_valid_time=3600
changed_when: false
- name: APT | Force OpenSSL from backports (fix dependency break)
apt: >
@ -20,4 +21,3 @@
- name: APT | Install python-passlib
apt: pkg=python-passlib state=present