From 8b99b3572d747db37e9031fa18079c82e7037b1d Mon Sep 17 00:00:00 2001 From: Wendell Jones Date: Fri, 23 May 2025 08:16:13 -0400 Subject: [PATCH] still modifying --- beszel_install.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/beszel_install.yaml b/beszel_install.yaml index 91990dd..bf2d9b0 100644 --- a/beszel_install.yaml +++ b/beszel_install.yaml @@ -12,6 +12,13 @@ url: https://get.beszel.dev dest: /tmp/install-agent.sh + - name: Change file ownership, group and permissions + ansible.builtin.file: + path: /etc/foo.conf + 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