Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ansible
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
43
Issues
43
List
Boards
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
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
Show 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