more logging
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 2m1s
Details
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 2m1s
Details
This commit is contained in:
parent
8f1ad9ad86
commit
f86b7438ef
|
@ -78,4 +78,7 @@ jobs:
|
||||||
INFISICAL_MONGO_PASSWORD: ${{ secrets.INFISICAL_MONGO_PASSWORD }}
|
INFISICAL_MONGO_PASSWORD: ${{ secrets.INFISICAL_MONGO_PASSWORD }}
|
||||||
INFISICAL_TOKEN: ${{ secrets.INFISICAL_TOKEN }}
|
INFISICAL_TOKEN: ${{ secrets.INFISICAL_TOKEN }}
|
||||||
INFISICAL_URL: https://secrets.koval.net
|
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
|
||||||
|
|
Loading…
Reference in New Issue