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
ad80f9ce
Commit
ad80f9ce
authored
Oct 22, 2020
by
Oyvind.Gjesdal
Browse files
now fails on needs restarting centos8
parent
8a21dfc3
Pipeline
#35385
passed with stage
in 2 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tasks/main.yml
View file @
ad80f9ce
...
...
@@ -20,7 +20,7 @@
minute
:
"
{{
rebootOnChange_minute
}}"
hour
:
"
{{
rebootOnChange_hour
}}"
user
:
"
root"
job
:
'
/usr/bin/sh
-c
"yum
update
-y
&&
/usr/bin/needs-restarting
-r
now
||
/usr/sbin/shutdown
-r"
>
/dev/null'
job
:
'
/usr/bin/sh
-c
"yum
update
-y
&&
/usr/bin/needs-restarting
-r
||
/usr/sbin/shutdown
-r"
>
/dev/null'
become
:
true
when
:
"
nrec_instance
|
bool"
...
...
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