diff --git a/update.yml b/update.yml index bbd7963..22f19dd 100644 --- a/update.yml +++ b/update.yml @@ -2,7 +2,8 @@ - name: Update and upgrade all servers hosts: all become: yes - + become_method: sudo + become_user: root tasks: - name: Update apt cache apt: