diff --git a/ansible/site.yml b/ansible/site.yml index 60a9b01..c047d1b 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -3,6 +3,11 @@ hosts: - galene tasks: + - name: Wait for infrastructure to be ready + ansible.builtin.ping: + retries: 30 + delay: 10 + - name: Update repositories ansible.builtin.apt: update_cache: true