From c71fa4a1d8b9b582cd0287a96a2866f0a87ee874 Mon Sep 17 00:00:00 2001 From: Calvin Steenbergen Date: Thu, 3 Apr 2025 19:11:57 +0200 Subject: [PATCH] test --- linux-update.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-update.yaml b/linux-update.yaml index 2f6e635..6896a68 100644 --- a/linux-update.yaml +++ b/linux-update.yaml @@ -5,10 +5,10 @@ - name: Update apt cache ansible.builtin.apt: update_cache: true - become: true + delegate_to: localhost - name: Upgrade all packages ansible.builtin.apt: upgrade: dist autoremove: true - become: true \ No newline at end of file + delegate_to: localhost \ No newline at end of file