From 3f44e82d1e92ab842a62af8d8416df172ffd5724 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 16 Aug 2023 18:27:10 -0400 Subject: [PATCH] run apk as administrator --- update_system.ansible.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/update_system.ansible.yaml b/update_system.ansible.yaml index fba7390..f87bb91 100644 --- a/update_system.ansible.yaml +++ b/update_system.ansible.yaml @@ -4,6 +4,7 @@ hosts: malyna tasks: - name: Update apk packages & cache + become: true apk: update_cache: true upgrade: true \ No newline at end of file -- 2.42.0