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
5315aedc
Commit
5315aedc
authored
Mar 13, 2017
by
julian.gethmann
Browse files
Fix yaml bug in python role
parent
bc2214c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/python_stack/tasks/python.yml
View file @
5315aedc
---
-
name
:
Software for dependency installation
dnf
:
"
{{item}}"
state
:
installed
dnf
:
name
:
"
{{
item
}}"
state
:
installed
become
:
yes
with_items
:
-
gcc
...
...
@@ -17,8 +18,9 @@
when
:
ansible_distribution == 'Fedora'
-
name
:
"
Install
Python
stack
for
scientific
purposes
(Distribution)"
package
:
"
{{
item
}}"
state
:
installed
package
:
name
:
"
{{
item
}}"
state
:
installed
become
:
yes
with_items
:
-
"
{{
python2pkg
}}"
...
...
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