Higher retry limit for Pacman

This commit is contained in:
Sandwich 2024-03-22 05:59:39 +01:00
parent 160b7a257c
commit 89617aac55

View File

@ -55,9 +55,8 @@
- debian-archive-keyring
- dnf
state: latest
retries: 3
retries: 4
delay: 15
ignore_errors: false
- name: Configure RHEL Repos for installation
when: os | lower == "almalinux" or os | lower == "fedora"