From dd7cda9522ff42edcc3fa2958ed1e3a52d02bd9d Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 16 Aug 2023 18:18:51 -0400 Subject: [PATCH 1/1] Inital commit --- update_system.ansible.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 update_system.ansible.yaml 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 -- 2.42.0