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