]> git.t-ch.net - malyna-ansible.git/commitdiff
run apk as administrator
authorAlex <alex@t-ch.net>
Wed, 16 Aug 2023 22:27:10 +0000 (18:27 -0400)
committerAlex <alex@t-ch.net>
Wed, 16 Aug 2023 22:27:10 +0000 (18:27 -0400)
update_system.ansible.yaml

index fba73901b8861f445c39f84627612061b321bcaf..f87bb91d10c7cfa325f94c7e00c053af8567d7fc 100644 (file)
@@ -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