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
44
Issues
44
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
2005b6a8
Commit
2005b6a8
authored
Jun 27, 2019
by
julian.gethmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update dependencies for Python
parent
18ca3f7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
roles/python_stack/tasks/python.yml
roles/python_stack/tasks/python.yml
+1
-1
No files found.
roles/python_stack/tasks/python.yml
View file @
2005b6a8
---
-
name
:
Software for dependency installation
dnf
:
name
:
[
"
gcc"
,
"
gcc-c++"
,
"
glibc-devel.x86_64"
,
"
openssl-devel"
,
"
python-devel"
,
"
lapack-devel"
,
"
numpy-f2py"
,
"
redhat-rpm-config"
]
name
:
[
"
gcc"
,
"
gcc-c++"
,
"
glibc-devel.x86_64"
,
"
openssl-devel"
,
"
python-devel"
,
"
lapack-devel"
,
"
numpy-f2py"
,
"
redhat-rpm-config"
,
"
python3-tkinter"
,
"
libxcrypt-compat"
]
state
:
present
become
:
yes
when
:
ansible_distribution == 'Fedora'
...
...
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