still modifying

This commit is contained in:
2025-05-23 08:17:06 -04:00
parent 8b99b3572d
commit 2071110872
+2 -2
View File
@@ -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