fix: Facts were failing at start

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

View file

@ -2,6 +2,7 @@
become: true become: true
hosts: hosts:
- galene - galene
gather_facts: false
tasks: tasks:
- name: Wait for infrastructure to be ready - name: Wait for infrastructure to be ready
ansible.builtin.ping: ansible.builtin.ping:
@ -12,6 +13,8 @@
ansible.builtin.apt: ansible.builtin.apt:
update_cache: true update_cache: true
upgrade: full upgrade: full
retries: 30
delay: 10
- name: Install galene - name: Install galene
become: true become: true