update script

This commit is contained in:
2025-07-23 12:15:01 -04:00
parent 9e365a1b9f
commit 61d87899f5
+15
View File
@@ -16,6 +16,21 @@
cmd: ls -l
chdir: /tmp
- name: Install openitcockpit agent
ansible.builtin.shell:
cmd: mv dpkg -i /tmp/openitcockpit-agent_3.1.1_amd64.deb
- ansible.builtin.copy:
src: ./files/config.ini
dest: /etc/openitcockpit-agent/config.ini
owner: root
group: root
mode: '0644'
- name: Restart openitcockpit agent
ansible.builtin.shell:
cmd: systemctl restart openitcockpit-agent
# - name: Install a list of packages
# ansible.builtin.apt:
# pkg: