fix: Facts were failing at start
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
36b23ed093
commit
e9b8b59306
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue