X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Fdebian%2Froles%2Finit-system%2Ftasks%2Fpython.yml;h=ead9aa5ee235fe4bd64b104eaf1c254296939152;hb=9e362f765b63334b5f48c40da7ebdd2431e79e7e;hp=447cb423986a8845ef714cddb69b95603456a257;hpb=d9c51b73a82ff11686f764497329313023900c1d;p=ansible.git diff --git a/playbooks/debian/roles/init-system/tasks/python.yml b/playbooks/debian/roles/init-system/tasks/python.yml index 447cb42..ead9aa5 100644 --- a/playbooks/debian/roles/init-system/tasks/python.yml +++ b/playbooks/debian/roles/init-system/tasks/python.yml @@ -3,11 +3,11 @@ apt: autoclean: yes autoremove: yes + cache_valid_time: 3600 install_recommends: no name: ['python', 'python2.7', 'python3', 'python-pip', 'python3-pip', 'python-setuptools', 'python3-setuptools', ] - purge: yes state: latest update_cache: yes register: python