add pip install
This commit is contained in:
parent
0f9d20a905
commit
c0b122f559
11
playbook.yml
11
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
|
||||
|
Loading…
Reference in New Issue
Block a user