From 9cdf61ff0b9da61ff7f1ba45aa2c19f3adc7cbd9 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Mon, 13 Jan 2025 00:55:24 +0800 Subject: [PATCH] Rework update playbook --- roles/tasks/debian/update.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/roles/tasks/debian/update.yml b/roles/tasks/debian/update.yml index 3bc35fb..25bf1dc 100644 --- a/roles/tasks/debian/update.yml +++ b/roles/tasks/debian/update.yml @@ -10,7 +10,6 @@ update_cache: true autoremove: true state: latest - notify: Restart Docker Containers - name: Update all packages apt: name: "*" @@ -19,8 +18,5 @@ state: latest - name: Update ACME command: /root/.acme.sh/acme.sh --upgrade --auto-upgrade - - handlers: - # Restart Docker Containers on Docker Update - - name: Restart Docker Containers + - name: Restart All Services command: bash "/root/scripts/start_services.sh"