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
centos8
Commits
5ca62a9c
Commit
5ca62a9c
authored
Oct 23, 2020
by
Oyvind.Gjesdal
Browse files
skip worker_name for cron email if not set
parent
dcdac219
Pipeline
#38220
passed with stage
in 1 minute and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
defaults/main.yml
View file @
5ca62a9c
...
...
@@ -10,7 +10,7 @@ epel_repo: false
cron_email
:
false
cron_users
:
-
root
-
"
{{
worker_name
}}"
-
"
{{
worker_name
|
default(omit)
}}"
nrec_instance
:
true
centos8_dependencies
:
[
"
cronie"
]
cron_mailto
:
...
...
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