1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

strict_install python-setuptools and pip

This commit is contained in:
Jerry Vonau 2017-07-06 09:04:57 -05:00 committed by georgejhunt
parent 7ca0970b5a
commit 5033c846e1

View file

@ -92,6 +92,13 @@
command: python {{ downloads_dir }}/get-pip.py
when: not strict_install
- name: Install Common python packages
package: name={{ item }}
state=present
- python-pip
- python-setuptools
when: strict_install
- name: Update common packages (not debian
package: name={{ item }}
state=latest