From 20711108722642aa8cc09c6c2b4dcb06b55518d0 Mon Sep 17 00:00:00 2001 From: Wendell Jones Date: Fri, 23 May 2025 08:17:06 -0400 Subject: [PATCH] still modifying --- beszel_install.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beszel_install.yaml b/beszel_install.yaml index bf2d9b0..0372d60 100644 --- a/beszel_install.yaml +++ b/beszel_install.yaml @@ -14,11 +14,11 @@ - name: Change file ownership, group and permissions ansible.builtin.file: - path: /etc/foo.conf + path: /tmp/install-agent.sh owner: root group: root mode: '0755' - + # - name: Setup beszel agent install script # ansible.builtin.command:: chmod +x /tmp/install-agent.sh # - name: Execute beszel agent install script