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