Use older infisical library
Infrastructure / Check and run Ansbile playbooks (push) Successful in 2m48s
Details
Infrastructure / Check and run Ansbile playbooks (push) Successful in 2m48s
Details
This commit is contained in:
parent
899f8614a0
commit
6b227ab45a
|
@ -7,6 +7,7 @@
|
||||||
- name: Wait for connection
|
- name: Wait for connection
|
||||||
ansible.builtin.wait_for_connection:
|
ansible.builtin.wait_for_connection:
|
||||||
timeout: 300
|
timeout: 300
|
||||||
|
|
||||||
- name: Check if project exists
|
- name: Check if project exists
|
||||||
ansible.builtin.stat:
|
ansible.builtin.stat:
|
||||||
path: "$HOME/{{ app }}"
|
path: "$HOME/{{ app }}"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
ansible
|
ansible
|
||||||
proxmoxer
|
proxmoxer
|
||||||
requests
|
requests
|
||||||
infisical-python
|
infisical
|
||||||
|
|
Loading…
Reference in New Issue