From 457ad87ea3ae76ffdf9a7b854b0bfa81db928298 Mon Sep 17 00:00:00 2001 From: alecsandru Date: Thu, 2 May 2024 15:23:01 +0000 Subject: [PATCH] tasklevel become --- update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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