From 7e82667daff61dfb534bc95795b7ec16a67a61b1 Mon Sep 17 00:00:00 2001 From: Danny de Kooker Date: Thu, 6 Jun 2024 18:04:59 +0200 Subject: [PATCH] remove becom_method --- Update/upd-apt.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/Update/upd-apt.yaml b/Update/upd-apt.yaml index 58923a6..c04b31b 100644 --- a/Update/upd-apt.yaml +++ b/Update/upd-apt.yaml @@ -14,7 +14,6 @@ - name: Upgrade packages with apt when: ansible_pkg_mgr == 'apt' become: true - become_method: sudo command: sudo apt-get upgrade -y - name: Update packages with yum