X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Fdebian%2Fupdate-all-apt.yml;h=580672c566ab57ea4cf2625e3bdcd193cf44c590;hb=c5ee40dbd1ece159004ec5d7e11a0512e57f7823;hp=40a1af70df7b6865e9bb5fbc884300bd14750efe;hpb=dcf965cb65e4c89e7db4f86453dfcbf9af9a967a;p=ansible.git diff --git a/playbooks/debian/update-all-apt.yml b/playbooks/debian/update-all-apt.yml index 40a1af7..580672c 100644 --- a/playbooks/debian/update-all-apt.yml +++ b/playbooks/debian/update-all-apt.yml @@ -7,8 +7,8 @@ apt: autoclean: yes autoremove: yes + cache_valid_time: 3600 install_recommends: no name: "*" - purge: yes state: latest update_cache: yes