Commit 664e7d2
Use dnf module with allow_downgrade for openssl EL9 workaround
Swap the task order: downgrade first using ansible.builtin.dnf with
allow_downgrade, then set excludepkgs to prevent update_os_packages
from pulling 3.5.7-1 back in. The previous order failed because the
excludes blocked depsolve during the downgrade.
Tested on a CentOS 9 Stream box with openssl 3.5.7-1 installed.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent f9dcec8 commit 664e7d2
1 file changed
Lines changed: 9 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
18 | 27 | | |
19 | 28 | | |
20 | 29 | | |
| |||
24 | 33 | | |
25 | 34 | | |
26 | 35 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
0 commit comments