]> git.phdru.name Git - ansible.git/commitdiff
Feat(init-system): Install `python-setuptools` for Debian 9
authorOleg Broytman <phd@phdru.name>
Tue, 6 Aug 2019 17:02:11 +0000 (20:02 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 6 Aug 2019 19:19:13 +0000 (22:19 +0300)
playbooks/debian/roles/init-system/tasks/python.yml

index 1adb841079e1e6974568611989221ff65e7e7aa0..cc25bffb41fc889a822a472e17859201349bc2c3 100644 (file)
@@ -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