]> git.t-ch.net - malyna-ansible.git/commitdiff
Inital commit
authorAlex <alex@t-ch.net>
Wed, 16 Aug 2023 22:18:51 +0000 (18:18 -0400)
committerAlex <alex@t-ch.net>
Wed, 16 Aug 2023 22:18:51 +0000 (18:18 -0400)
update_system.ansible.yaml [new file with mode: 0644]

diff --git a/update_system.ansible.yaml b/update_system.ansible.yaml
new file mode 100644 (file)
index 0000000..fba7390
--- /dev/null
@@ -0,0 +1,9 @@
+---
+
+- name: Update system
+  hosts: malyna
+  tasks:
+    - name: Update apk packages & cache
+      apk:
+        update_cache: true
+        upgrade: true
\ No newline at end of file