Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
las-it-organisation
32-0-IT instructions and rules
ansible
Commits
97f5fac7
Commit
97f5fac7
authored
Jan 15, 2019
by
julian.gethmann
Browse files
Delete pip installed packages
parent
70a3cf61
Changes
2
Hide whitespace changes
Inline
Side-by-side
group_vars/python.yml
View file @
97f5fac7
...
...
@@ -21,18 +21,6 @@ python3pkg:
-
python3-flake8
-
python3-Cython
python3pip
:
#- brewer2mpl
#- flake8-mypy
#- flake8-pep257
#- i18n
#- mypy_extensions
# - pre-commit
# - PyScaffold
# - yapf
# - nbdime
# - pytest-yapf
python2pkg
:
-
python2
-
python2-setuptools
...
...
roles/python_stack/tasks/python.yml
View file @
97f5fac7
...
...
@@ -14,20 +14,3 @@
with_items
:
-
"
{{
python2pkg
}}"
-
"
{{
python3pkg
}}"
-
name
:
install pip packages Python
2
pip
:
name
:
"
{{
item
}}"
state
:
present
become
:
yes
with_items
:
"
{{python2pip}}"
-
name
:
install pip packages Python
2
become
:
yes
pip
:
executable
:
"
{{
pip3bin
}}"
name
:
"
{{
item
}}"
state
:
present
with_items
:
"
{{python3pip}}"
tags
:
-
python3
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment