Fix #53: Trigger all playbooks (#55)
Some checks failed
Infrastructure / Check and run Ansbile playbooks (push) Failing after 2m9s

Reviewed-on: #55
This commit is contained in:
2024-03-30 00:29:59 +00:00
parent fe3be248ad
commit 621e634798
4 changed files with 4 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
- name: Wait for connection
ansible.builtin.wait_for_connection:
timeout: 300
- name: Docker compose down
community.docker.docker_compose_v2:
project_src: "$HOME/{{ app }}"