diff --git a/update.yml b/update.yml index 94994df..82f0e89 100644 --- a/update.yml +++ b/update.yml @@ -1,5 +1,7 @@ - hosts: all - sudo: yes + become: yes + become_method: sudo + become_user: root tasks: - name: update apt list apt: