From c0b122f5594a31587c9b61addc8540ffebc5c267 Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Sat, 23 Nov 2024 05:03:21 +0300 Subject: [PATCH] add pip install --- playbook.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/playbook.yml b/playbook.yml index c1478a6..253c385 100644 --- a/playbook.yml +++ b/playbook.yml @@ -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