From b9dd0dba2050ce5e3c66f077a234e113ca0eb28f Mon Sep 17 00:00:00 2001 From: Wendell Jones Date: Fri, 23 May 2025 08:20:08 -0400 Subject: [PATCH] still modifying --- beszel_install.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/beszel_install.yaml b/beszel_install.yaml index b8bc50f..481f88d 100644 --- a/beszel_install.yaml +++ b/beszel_install.yaml @@ -20,7 +20,8 @@ mode: '0755' - name: Execute beszel agent install script - ansible.builtin.command:: /tmp/install-agent.sh -p 45876 -k "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEhA2xm3yiEqzi5dn8UerbbhZTkU538O1g1KF2d7LefT" + ansible.builtin.script: + cmd: /tmp/install-agent.sh -p 45876 -k "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEhA2xm3yiEqzi5dn8UerbbhZTkU538O1g1KF2d7LefT" # - name: Add beszel agent key # ansible.builtin.command:: echo "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEhA2xm3yiEqzi5dn8UerbbhZTkU538O1g1KF2d7LefT" >> /root/.ssh/authorized_keys