diff --git a/handlers/main.yaml b/handlers/main.yaml index 9d53eae..1eaeff3 100644 --- a/handlers/main.yaml +++ b/handlers/main.yaml @@ -1,6 +1,6 @@ --- - name: 'apt update' - ansible.builtin.apt: - update_cache: yes - environment: - NEEDRESTART_SUSPEND: 'please no reboot now' + ansible.builtin.apt: + update_cache: yes + environment: + NEEDRESTART_SUSPEND: 'please no reboot now'