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
ad9290d3
Commit
ad9290d3
authored
Nov 20, 2017
by
julian.gethmann
Browse files
Add extra_software to common role
parent
10b78978
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/common/tasks/software.yml
View file @
ad9290d3
...
...
@@ -5,3 +5,11 @@
name
:
"
{{
item
}}"
state
:
present
with_items
:
"
{{
common_software
}}"
-
name
:
install extra software
become
:
true
package
:
name
:
"
{{
item
}}"
state
:
present
with_items
:
"
{{
extra_software
}}"
when
:
extra_software is defined
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