more logging
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 2m1s Details

This commit is contained in:
Gleb Koval 2024-02-29 23:44:05 +00:00
parent 8f1ad9ad86
commit f86b7438ef
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 4 additions and 1 deletions

View File

@ -78,4 +78,7 @@ jobs:
INFISICAL_MONGO_PASSWORD: ${{ secrets.INFISICAL_MONGO_PASSWORD }}
INFISICAL_TOKEN: ${{ secrets.INFISICAL_TOKEN }}
INFISICAL_URL: https://secrets.koval.net
run: ansible-playbook --inventory ./inventory ./infra/photos/0003_immich_playbook.yaml -vvvvv
run: |
echo $INFISICAL_URL
echo $INFISICAL_TOKEN | base64
ansible-playbook --inventory ./inventory ./infra/photos/0003_immich_playbook.yaml -vvvvv