From f5736ddae5d149e8066c60cce5d63178f3188b39 Mon Sep 17 00:00:00 2001 From: Wendell Jones Date: Fri, 23 May 2025 08:07:59 -0400 Subject: [PATCH] still modifying --- beszel_install.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/beszel_install.yaml b/beszel_install.yaml index 5ec9175..ca5fbf6 100644 --- a/beszel_install.yaml +++ b/beszel_install.yaml @@ -6,11 +6,11 @@ cmd: ls -l chdir: /tmp - - name: Get beszel agent install script - ansible.builtin.uri: - url: https://httpbin.org/post - method: POST - src: /tmp/install-agent.sh + # - name: Get beszel agent install script + # ansible.builtin.uri: + # url: https://httpbin.org/post + # method: POST + # src: /tmp/install-agent.sh # - name: Setup beszel agent install script # ansible.builtin.command:: chmod +x /tmp/install-agent.sh