add nightly_update role
This commit is contained in:
parent
cfcad80523
commit
c642012754
3 changed files with 41 additions and 1 deletions
|
|
@ -6,6 +6,10 @@
|
|||
import_tasks: update.yml
|
||||
tags: update
|
||||
|
||||
- name: schedule package update and restart for the night
|
||||
import_tasks: nightly_update.yml
|
||||
tags: nightly_update
|
||||
|
||||
- name: restart server if required
|
||||
import_tasks: restart.yml
|
||||
tags: restart
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue