diff --git a/update.yml b/update.yml index ad6d8d9..0815ba4 100644 --- a/update.yml +++ b/update.yml @@ -1,8 +1,8 @@ --- - hosts: all - become: true tasks: - name: Update Ubuntu + become: true apt: upgrade: true update_cache: true \ No newline at end of file