mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
strict_install python-setuptools and pip
This commit is contained in:
parent
7ca0970b5a
commit
5033c846e1
1 changed files with 7 additions and 0 deletions
|
@ -92,6 +92,13 @@
|
||||||
command: python {{ downloads_dir }}/get-pip.py
|
command: python {{ downloads_dir }}/get-pip.py
|
||||||
when: not strict_install
|
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
|
- name: Update common packages (not debian
|
||||||
package: name={{ item }}
|
package: name={{ item }}
|
||||||
state=latest
|
state=latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue