Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
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
Options
Browse Files
Download
Email Patches
Plain Diff
Delete pip installed packages
parent
70a3cf61
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
29 deletions
+0
-29
group_vars/python.yml
group_vars/python.yml
+0
-12
roles/python_stack/tasks/python.yml
roles/python_stack/tasks/python.yml
+0
-17
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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