From c16425ec61594dbe1129471cce8a7c92e64dbfbb Mon Sep 17 00:00:00 2001 From: alecsandruchirosca Date: Thu, 2 May 2024 21:50:40 +0300 Subject: [PATCH] we --- update.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/update.yml b/update.yml index b5656b6..b52feda 100644 --- a/update.yml +++ b/update.yml @@ -1,8 +1,7 @@ - hosts: all tasks: - name: get user - command: whoami - register: whoami + ansible.builtin.command: whoami # - name: Run whoami without become. # command: whoami