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:
parent
7ca0970b5a
commit
5033c846e1
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue