From 7603ff98299a9bd25b343728d437dfc35ea37692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Dr=C3=B6ge?= Date: Fri, 12 Jul 2024 14:04:12 +0200 Subject: [PATCH] fixed indentation --- handlers/main.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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'