From 509dc31e6ef7d32c62aac916ed2cd580bd65d0fc Mon Sep 17 00:00:00 2001 From: alecsandruchirosca Date: Thu, 2 May 2024 21:41:36 +0300 Subject: [PATCH] update 2 --- update.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/update.yml b/update.yml index bf14611..a61aa43 100644 --- a/update.yml +++ b/update.yml @@ -1,8 +1,7 @@ ---- - hosts: all tasks: - - name: Update Ubuntu - become: true - apt: -# upgrade: true - update_cache: true \ No newline at end of file + - name: Update Ubuntu + apt: + upgrade: true + update_cache: true + become: true