Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
uib-ub
Drift
roller-ansible
centos7-system
Commits
803de540
Commit
803de540
authored
May 14, 2020
by
Oyvind.Gjesdal
Browse files
show extra packages when running task
parent
cb27e97f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tasks/main.yml
View file @
803de540
...
...
@@ -79,7 +79,7 @@
become
:
true
when
:
"
hostname
is
defined
and
nrec_instance
|
bool"
-
name
:
"
install
extra
packages
if
defined"
-
name
:
"
install
extra
packages
{{
centos_7_extra_packages
|
default
([])
}}
if
defined"
yum
:
name
:
"
{{
centos7_extra_packages
}}"
become
:
true
...
...
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