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