From da90d463dee0a914b834b61027c30b89f776ca4d Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Fri, 1 Mar 2024 00:37:04 +0000 Subject: [PATCH] Fix Infisical Gitea Actions (#43) For some reason secrets are failing: https://git.koval.net/cyclane/kovalhome/actions/runs/193 Reviewed-on: https://git.koval.net/cyclane/kovalhome/pulls/43 --- infra/photos/0003_immich_playbook.yaml | 1 - requirements.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/infra/photos/0003_immich_playbook.yaml b/infra/photos/0003_immich_playbook.yaml index 26605a7..50a5eed 100644 --- a/infra/photos/0003_immich_playbook.yaml +++ b/infra/photos/0003_immich_playbook.yaml @@ -11,7 +11,6 @@ ansible.builtin.user: name: debian register: user - - name: Docker compose down ansible.builtin.command: docker compose down args: diff --git a/requirements.txt b/requirements.txt index 35aae9b..e6d850b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ ansible proxmoxer requests -infisical +infisical==1.5.0