diff --git a/update.yml b/update.yml index eabe402..d446ca1 100644 --- a/update.yml +++ b/update.yml @@ -2,6 +2,8 @@ tasks: - name: get user become: yes + become_method: sudo + become_user: root ansible.builtin.command: whoami # - name: Run whoami without become.