Fix #53: Trust all proxies
All checks were successful
Infrastructure / Check and run Ansbile playbooks (push) Successful in 2m32s

This commit is contained in:
2024-03-30 02:03:39 +00:00
parent 6b227ab45a
commit c36095851b
3 changed files with 2 additions and 3 deletions

View File

@@ -7,7 +7,6 @@
- name: Wait for connection
ansible.builtin.wait_for_connection:
timeout: 300
- name: Check if project exists
ansible.builtin.stat:
path: "$HOME/{{ app }}"