From: Alex <alex@t-ch.net>
Date: Wed, 16 Aug 2023 22:18:51 +0000 (-0400)
Subject: Inital commit
X-Git-Url: https://git.t-ch.net/?a=commitdiff_plain;h=dd7cda9522ff42edcc3fa2958ed1e3a52d02bd9d;p=malyna-ansible.git

Inital commit
---

dd7cda9522ff42edcc3fa2958ed1e3a52d02bd9d
diff --git a/update_system.ansible.yaml b/update_system.ansible.yaml
new file mode 100644
index 0000000..fba7390
--- /dev/null
+++ b/update_system.ansible.yaml
@@ -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