commit 29c5e82c50e261c0b23066c2ad5217cb34c451e8 Author: Alecsandru Chirosca Date: Thu May 2 07:02:40 2024 +0300 nitial import 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