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 -