From 29c5e82c50e261c0b23066c2ad5217cb34c451e8 Mon Sep 17 00:00:00 2001 From: Alecsandru Chirosca Date: Thu, 2 May 2024 07:02:40 +0300 Subject: [PATCH] nitial import --- update.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 update.yml diff --git a/update.yml b/update.yml new file mode 100644 index 0000000..ad6d8d9 --- /dev/null +++ b/update.yml @@ -0,0 +1,8 @@ +--- +- hosts: all + become: true + tasks: + - name: Update Ubuntu + apt: + upgrade: true + update_cache: true \ No newline at end of file