From daf30476c599d7c078deb5ae48271a8ef436cafc Mon Sep 17 00:00:00 2001 From: Wendell Jones Date: Wed, 23 Jul 2025 12:15:40 -0400 Subject: [PATCH] fix command --- install_openitcockpit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_openitcockpit.yaml b/install_openitcockpit.yaml index a238625..27618ab 100644 --- a/install_openitcockpit.yaml +++ b/install_openitcockpit.yaml @@ -18,7 +18,7 @@ - name: Install openitcockpit agent ansible.builtin.shell: - cmd: mv dpkg -i /tmp/openitcockpit-agent_3.1.1_amd64.deb + cmd: dpkg -i /tmp/openitcockpit-agent_3.1.1_amd64.deb - ansible.builtin.copy: src: ./files/config.ini