diff --git a/ansible/site.yml b/ansible/site.yml index c047d1b..c66dfa9 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -2,6 +2,7 @@ become: true hosts: - galene + gather_facts: false tasks: - name: Wait for infrastructure to be ready ansible.builtin.ping: @@ -12,6 +13,8 @@ ansible.builtin.apt: update_cache: true upgrade: full + retries: 30 + delay: 10 - name: Install galene become: true