This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-updates
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
reboot
master
Markus Katharina Brechtel
2 years ago
parent
d0630f50ec
commit
810a08077a
2 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
defaults/main.yaml
+4
-0
tasks/main.yaml
+ 1
- 0
defaults/main.yaml
View File
@@ -1,2 +1,3 @@
---
unattended_upgrades: true
reboot_after_updates: false
+ 4
- 0
tasks/main.yaml
View File
@@ -15,3 +15,7 @@
when:
- unattended_upgrades
- not ansible_bender is defined
- name: reboot after updates
reboot:
when: reboot_after_updates
Write
Preview
Loading…
Cancel
Save