From db26680a711286f408e1a34418aadb6e72c006a6 Mon Sep 17 00:00:00 2001 From: Danny de Kooker Date: Thu, 6 Jun 2024 18:07:41 +0200 Subject: [PATCH] change --- Update/upd-apt.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Update/upd-apt.yaml b/Update/upd-apt.yaml index c04b31b..0095494 100644 --- a/Update/upd-apt.yaml +++ b/Update/upd-apt.yaml @@ -7,8 +7,7 @@ - name: Update packages with apt when: ansible_pkg_mgr == 'apt' become: true - become_method: sudo - ansible.builtin.apt: + apt: update_cache: true - name: Upgrade packages with apt