From bcad6456ce9b50d9eaa24e0e6ef5eff18293a5ac Mon Sep 17 00:00:00 2001 From: shmick Date: Fri, 24 Nov 2023 09:37:24 +0200 Subject: [PATCH] Do not reboot --- hatarashi-pasokom.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/hatarashi-pasokom.yaml b/hatarashi-pasokom.yaml index 80216e0..834a8e9 100644 --- a/hatarashi-pasokom.yaml +++ b/hatarashi-pasokom.yaml @@ -13,13 +13,7 @@ state: latest update_cache: yes only_upgrade: yes - register: apt_update_status - name: Remove packages not needed anymore ansible.builtin.apt: - autoremove: yes - - - name: Reboot when packages were updated - ansible.builtin.reboot: - post_reboot_delay: 60 - when: apt_update_status.changed \ No newline at end of file + autoremove: yes \ No newline at end of file