diff --git a/update.yml b/update.yml index b52feda..eabe402 100644 --- a/update.yml +++ b/update.yml @@ -1,6 +1,7 @@ - hosts: all tasks: - name: get user + become: yes ansible.builtin.command: whoami # - name: Run whoami without become.