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