From: Oleg Broytman Date: Tue, 6 Aug 2019 17:02:11 +0000 (+0300) Subject: Feat(init-system): Install `python-setuptools` for Debian 9 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=328e6b6f127d2bdf823b2af972991c5676f93a2f;p=ansible.git Feat(init-system): Install `python-setuptools` for Debian 9 --- diff --git a/playbooks/debian/roles/init-system/tasks/python.yml b/playbooks/debian/roles/init-system/tasks/python.yml index 1adb841..cc25bff 100644 --- a/playbooks/debian/roles/init-system/tasks/python.yml +++ b/playbooks/debian/roles/init-system/tasks/python.yml @@ -4,7 +4,9 @@ autoclean: yes autoremove: yes install_recommends: no - name: ['python', 'python2.7', 'python3', 'python-pip', 'python3-pip',] + name: ['python', 'python2.7', 'python3', 'python-pip', 'python3-pip', + 'python-setuptools', 'python3-setuptools', + ] purge: yes state: latest update_cache: yes