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: