Make sure Pacman update the database before installing bootstrap packages

This commit is contained in:
Sandwich 2024-03-20 00:07:10 +01:00
parent d4f22b1ae4
commit 8a2c086bf7

View File

@ -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"