feat(ansible): Wait for infra to be ready

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2025-05-11 09:44:26 +02:00
parent fc59b4f9a5
commit 36b23ed093
Signed by: jriou
GPG key ID: 9A099EDA51316854

View file

@ -3,6 +3,11 @@
hosts: hosts:
- galene - galene
tasks: tasks:
- name: Wait for infrastructure to be ready
ansible.builtin.ping:
retries: 30
delay: 10
- name: Update repositories - name: Update repositories
ansible.builtin.apt: ansible.builtin.apt:
update_cache: true update_cache: true