From 4a000055a438dcc857c9a08b4f9339b0dfad1c63 Mon Sep 17 00:00:00 2001 From: Wendell Jones Date: Fri, 23 May 2025 08:01:15 -0400 Subject: [PATCH] still modifying --- beszel_install.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/beszel_install.yaml b/beszel_install.yaml index f5a268c..4fce6a2 100644 --- a/beszel_install.yaml +++ b/beszel_install.yaml @@ -1,12 +1,11 @@ --- - hosts: debianhosts tasks: - - name: change working directo - become: yes - become_method: sudo - command: ‘pwd’ - args: - chdir: /tmp + - name: change working directory + ansible.builtin.command: + cmd: pwd + args: + chdir: /tmp register: exec_result - debug: var=exec_result.stdout_lines