still modifying

This commit is contained in:
2025-05-23 08:16:13 -04:00
parent fc04a04c5e
commit 8b99b3572d
+7
View File
@@ -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