change to command
This commit is contained in:
parent
fdc31427c7
commit
5ec5151db5
10
playbook.yml
10
playbook.yml
@ -320,12 +320,10 @@
|
|||||||
poll: "{{ 60 }}"
|
poll: "{{ 60 }}"
|
||||||
|
|
||||||
- name: Install grist-api and colorama
|
- name: Install grist-api and colorama
|
||||||
ansible.builtin.pip:
|
ansible.builtin.command: pip3 install grist-api colorama --break-system-packages
|
||||||
name:
|
args:
|
||||||
- grist-api
|
chdir: "{{ ansible_env.HOME }}/node"
|
||||||
- colorama
|
changed_when: false
|
||||||
state: present
|
|
||||||
virtualenv: false
|
|
||||||
|
|
||||||
- name: Copy checker service file
|
- name: Copy checker service file
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
|
Loading…
Reference in New Issue
Block a user