]> git.phdru.name Git - ansible.git/commitdiff
Feat(init-system): Install `python-pip`
authorOleg Broytman <phd@phdru.name>
Tue, 6 Aug 2019 15:37:23 +0000 (18:37 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 6 Aug 2019 18:56:54 +0000 (21:56 +0300)
playbooks/debian/roles/init-system/tasks/apt.yml

index aea1a42609b747c8e18cea7e29898f44087c598c..83879f4ab68a4c07699df939a226fa301a5b4fa8 100644 (file)
@@ -28,7 +28,8 @@
            'curl', 'deborphan', 'dnsutils', 'dselect', 'elinks',
            'fetchmail', 'gnupg', 'gnupg2', 'links2',
            'logcheck', 'lzip', 'lzma', 'lzop', 'mc', 'mutt',
-           'p7zip', 'procmail', 'python', 'python2.7', 'python3',
+           'p7zip', 'procmail',
+           'python', 'python2.7', 'python3', 'python-pip', 'python3-pip',
            'rsync', 'unzip', 'vim', 'wget', 'xz-utils', 'zip',
           ]
     purge: yes