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
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 2ec7a6ff58 - Show all commits

View File

@ -7,7 +7,6 @@
- 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 }}"