Fix #53: Use newer infisical-python library #59

Merged
cyclane merged 2 commits from fix-53 into main 2024-03-30 01:50:13 +00:00
2 changed files with 1 additions and 2 deletions

View File

@ -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 }}"

View File

@ -1,4 +1,4 @@
ansible
proxmoxer
requests
infisical==1.5.0
infisical-python