From 5ec5151db5c117e2ff3351b9e4d9751e73388fbf Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Sat, 23 Nov 2024 05:30:22 +0300 Subject: [PATCH] change to command --- playbook.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/playbook.yml b/playbook.yml index 0d35050..080b561 100644 --- a/playbook.yml +++ b/playbook.yml @@ -320,12 +320,10 @@ poll: "{{ 60 }}" - name: Install grist-api and colorama - ansible.builtin.pip: - name: - - grist-api - - colorama - state: present - virtualenv: false + ansible.builtin.command: pip3 install grist-api colorama --break-system-packages + args: + chdir: "{{ ansible_env.HOME }}/node" + changed_when: false - name: Copy checker service file ansible.builtin.copy: