Make sure Pacman update the database before installing bootstrap packages
This commit is contained in:
parent
d4f22b1ae4
commit
8a2c086bf7
@ -47,7 +47,8 @@
|
||||
|
||||
- name: Setup Pacman
|
||||
pacman:
|
||||
update_cache: yes
|
||||
update_cache: true
|
||||
force: true
|
||||
name:
|
||||
- glibc
|
||||
- debootstrap
|
||||
@ -56,7 +57,7 @@
|
||||
state: latest
|
||||
retries: 3
|
||||
delay: 15
|
||||
ignore_errors: no
|
||||
ignore_errors: false
|
||||
|
||||
- name: Configure RHEL Repos for installation
|
||||
when: os | lower == "almalinux" or os | lower == "fedora"
|
||||
|
Loading…
Reference in New Issue
Block a user