From fc04a04c5eef8d1417ecffd7f2165df38eff415c Mon Sep 17 00:00:00 2001 From: Wendell Jones Date: Fri, 23 May 2025 08:13:24 -0400 Subject: [PATCH] still modifying --- beszel_install.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/beszel_install.yaml b/beszel_install.yaml index f79b0d6..91990dd 100644 --- a/beszel_install.yaml +++ b/beszel_install.yaml @@ -7,10 +7,10 @@ chdir: /tmp - name: Get beszel agent install script - ansible.builtin.uri: + become: yes + get_url: url: https://get.beszel.dev - method: GET - src: /tmp/install-agent.sh + dest: /tmp/install-agent.sh # - name: Setup beszel agent install script # ansible.builtin.command:: chmod +x /tmp/install-agent.sh