Skip to content

Commit

Permalink
squid: Ensure "python3-libdnf" is installed ("squid_dnf_mirrors" requ…
Browse files Browse the repository at this point in the history
…irement until migrated to "libdnf5").
  • Loading branch information
JGoutin committed Nov 15, 2024
1 parent 95ee02d commit e1ef914
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions roles/squid/tasks/dnf_mirrors.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
---
- name: Ensure legacy python3-libdnf is installed
ansible.builtin.dnf:
state: present
name: python3-libdnf
retries: 10
delay: 1
register: _
until: _ is successful

- name: Ensure Squid DNF repositories mirrors updater utility is present
ansible.builtin.copy:
Expand Down

0 comments on commit e1ef914

Please sign in to comment.