From 87a142bb09f1865b92dc0e09b21dc0bb8cfacb5f Mon Sep 17 00:00:00 2001 From: Wendell Jones Date: Fri, 23 May 2025 08:06:12 -0400 Subject: [PATCH] still modifying --- beszel_install.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/beszel_install.yaml b/beszel_install.yaml index dd11df9..5ec9175 100644 --- a/beszel_install.yaml +++ b/beszel_install.yaml @@ -2,10 +2,9 @@ - hosts: debianhosts tasks: - name: change working directory - ansible.builtin.command: - cmd: pwd - argv: - chdir: /tmp + ansible.builtin.shell: + cmd: ls -l + chdir: /tmp - name: Get beszel agent install script ansible.builtin.uri: