still modifying
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user