X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Fdebian%2Froles%2Finit-system%2Ftasks%2Fpython.yml;h=e2667e165c30dc8a2190ea305fe99c523ec168d8;hb=d8db111bb38f5d764ddfa853629a42e86e9572ac;hp=584c4f4d25423717354f4c92cb833a737b5d9996;hpb=4ec49f791b6d1f1eb8cb4cb00475ebeb665cfda0;p=ansible.git diff --git a/playbooks/debian/roles/init-system/tasks/python.yml b/playbooks/debian/roles/init-system/tasks/python.yml index 584c4f4..e2667e1 100644 --- a/playbooks/debian/roles/init-system/tasks/python.yml +++ b/playbooks/debian/roles/init-system/tasks/python.yml @@ -7,7 +7,6 @@ name: ['python', 'python2.7', 'python3', 'python-pip', 'python3-pip', 'python-setuptools', 'python3-setuptools', ] - purge: yes state: latest update_cache: yes register: python @@ -17,5 +16,5 @@ shell: 'umask 022; {{ item }} -m pip install --upgrade "pip < 19.1" setuptools tox virtualenv virtualenvwrapper "wheel < 0.31.1" flake8 sphinx twine' - loop: ['python3', 'python2'] when: python.changed + loop: ['python3', 'python2']