Commit 99c72aa
Use dnf allow_downgrade for openssl EL9 workaround
ansible.builtin.package with state: present won't downgrade when a
newer version is already installed. Switch to ansible.builtin.dnf with
allow_downgrade: true so the pinned NVRs actually replace the broken
3.5.7-1 packages.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent f9dcec8 commit 99c72aa
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
0 commit comments