add nightly_update role

This commit is contained in:
Moritz 2025-02-04 23:54:18 +01:00
parent cfcad80523
commit c642012754
3 changed files with 41 additions and 1 deletions

View file

@ -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