Skip to content
GitLab
Menu
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
97365fb2
Commit
97365fb2
authored
Nov 20, 2017
by
julian.gethmann
Browse files
Add extra_software to common role
parent
60aaa236
Changes
1
Show whitespace changes
Inline
Side-by-side
roles/common/tasks/software.yml
View file @
97365fb2
...
...
@@ -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
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