From f2cfae31b10c1efec6c7c98f7fd853386be4858f Mon Sep 17 00:00:00 2001 From: Emilien Mantel Date: Thu, 8 Dec 2016 17:34:59 +0100 Subject: [PATCH] Update APT cache should not "change" --- tasks/install_Debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install_Debian.yml b/tasks/install_Debian.yml index b9cc8ca..0f80d82 100644 --- a/tasks/install_Debian.yml +++ b/tasks/install_Debian.yml @@ -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 -