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