Fix #53: Use newer infisical-python library (#59)
Infrastructure / Check and run Ansbile playbooks (push) Failing after 2m6s
Details
Infrastructure / Check and run Ansbile playbooks (push) Failing after 2m6s
Details
Reviewed-on: #59
This commit is contained in:
parent
b532c40bd1
commit
899f8614a0
|
@ -7,7 +7,6 @@
|
|||
- name: Wait for connection
|
||||
ansible.builtin.wait_for_connection:
|
||||
timeout: 300
|
||||
|
||||
- name: Check if project exists
|
||||
ansible.builtin.stat:
|
||||
path: "$HOME/{{ app }}"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
ansible
|
||||
proxmoxer
|
||||
requests
|
||||
infisical==1.5.0
|
||||
infisical-python
|
||||
|
|
Loading…
Reference in New Issue