From fe658f574086374736eaeecd934e7796ca27c941 Mon Sep 17 00:00:00 2001 From: alecsandruchirosca Date: Thu, 2 May 2024 21:51:32 +0300 Subject: [PATCH] ve --- update.yml | 1 + 1 file changed, 1 insertion(+) 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.