From a6f320a3e95cc05b0522f8997e2d444105bbf4b2 Mon Sep 17 00:00:00 2001 From: nrbishop Date: Wed, 1 May 2024 14:16:14 -0400 Subject: [PATCH] Update update-621.yml --- update-621.yml | 2 ++ 1 file changed, 2 insertions(+) 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: