starting disk when borg runs

This commit is contained in:
2025-11-21 13:27:07 +01:00
parent 153c774692
commit c8239571de
6 changed files with 39 additions and 60 deletions

View File

@@ -1,12 +1,13 @@
- name: reload systemd
command: systemctl daemon-reload
- name: reload sshd
command: systemctl reload sshd
- name: Restart NGINX
service:
name: nginx
state: restarted
- name: Run APT update
command: apt update -y