test3
Some checks failed
Build Docker / deploy (push) Successful in 34s
Build Docker / build (push) Failing after 42s

This commit is contained in:
2026-03-06 13:56:06 +03:00
parent 4953909070
commit b04bf1ea73

View File

@@ -26,7 +26,7 @@ jobs:
sparse-checkout: |
ansible/
- name: Run Ansible playbook
run: ansible-playbook -i tmp-repo/ansible/inventory.ini tmp-repo/ansible/deploy.yml -e tmp-repo/ansible/secrets.yml -e env_file="$(pwd)/.env"
run: ansible-playbook -i tmp-repo/ansible/inventory.ini tmp-repo/ansible/deploy.yml -e @tmp-repo/ansible/secrets.yml -e env_file="$(pwd)/.env"
env:
ANSIBLE_PRIVATE_KEY_FILE: /tmp/id_fin
ANSIBLE_HOST_KEY_CHECKING: "False"