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
|
- name: Setup Pacman
|
||||||
pacman:
|
pacman:
|
||||||
update_cache: yes
|
update_cache: true
|
||||||
|
force: true
|
||||||
name:
|
name:
|
||||||
- glibc
|
- glibc
|
||||||
- debootstrap
|
- debootstrap
|
||||||
@ -56,7 +57,7 @@
|
|||||||
state: latest
|
state: latest
|
||||||
retries: 3
|
retries: 3
|
||||||
delay: 15
|
delay: 15
|
||||||
ignore_errors: no
|
ignore_errors: false
|
||||||
|
|
||||||
- name: Configure RHEL Repos for installation
|
- name: Configure RHEL Repos for installation
|
||||||
when: os | lower == "almalinux" or os | lower == "fedora"
|
when: os | lower == "almalinux" or os | lower == "fedora"
|
||||||
|
Loading…
Reference in New Issue
Block a user