From 8639b533ab04262efc028a460945bae0bc30d1e5 Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Fri, 1 Mar 2024 00:24:53 +0000 Subject: [PATCH] Revert "more logging" This reverts commit f86b7438ef9e92280057c005ee4e71b4515752c1. --- .github/workflows/infra.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/infra.yaml b/.github/workflows/infra.yaml index 3fafa0f..00c3627 100644 --- a/.github/workflows/infra.yaml +++ b/.github/workflows/infra.yaml @@ -78,7 +78,4 @@ jobs: INFISICAL_MONGO_PASSWORD: ${{ secrets.INFISICAL_MONGO_PASSWORD }} INFISICAL_TOKEN: ${{ secrets.INFISICAL_TOKEN }} INFISICAL_URL: https://secrets.koval.net - run: | - echo $INFISICAL_URL - echo $INFISICAL_TOKEN | base64 - ansible-playbook --inventory ./inventory ./infra/photos/0003_immich_playbook.yaml -vvvvv + run: ansible-playbook --inventory ./inventory ./infra/photos/0003_immich_playbook.yaml -vvvvv