Fix #53: Fix Ansible handlers (again) (#56)
Some checks failed
Infrastructure / Check and run Ansbile playbooks (push) Failing after 2m12s

Reviewed-on: #56
This commit is contained in:
2024-03-30 01:14:34 +00:00
parent 621e634798
commit 3b22a7c7d2
4 changed files with 9 additions and 13 deletions

View File

@@ -5,7 +5,6 @@
- name: Wait for connection
ansible.builtin.wait_for_connection:
timeout: 300
- name: Install system packages
ansible.builtin.apt:
update_cache: true