diff --git a/update-621.yml b/update-621.yml index 4993152..ac2a964 100644 --- a/update-621.yml +++ b/update-621.yml @@ -1,5 +1,7 @@ - hosts: all become: true + become_user: root + become_method: sudo tasks: - name: Upgrade the OS (apt-get dist-upgrade) ansible.builtin.apt: