add pip install

This commit is contained in:
vvzvlad 2024-11-23 05:03:21 +03:00
parent 0f9d20a905
commit c0b122f559

View File

@ -319,6 +319,14 @@
async: "{{ 60 * 80 }}"
poll: "{{ 60 }}"
- name: Install grist-api and colorama
ansible.builtin.pip:
name:
- grist-api
- colorama
state: present
virtualenv: false
- name: Copy checker service file
ansible.builtin.copy:
dest: /etc/systemd/system/nillion-checker.service
@ -350,6 +358,9 @@
state: started
# - name: Check "not have enough balance"
# ansible.builtin.command: docker logs {{ item }} 2>&1
# register: docker_logs_check