Commit 74212e0
committed
fix: install __hpc_base_packages early via dedicated task
Add a new top-level "Install base packages" task to ensure the role’s baseline
packages (defined in __hpc_base_packages) are installed consistently and
independently of optional feature blocks such as Moneo.
The task is placed immediately after repository configuration so required repos
are available before package installation, and it uses the same OSTree-safe
package backend selection pattern used elsewhere in the role.
this change only introduces a common baseline package installation step.
Signed-off-by: Gaurav Goklani <ggoklani@redhat.com>1 parent 3c691ff commit 74212e0
2 files changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
74 | 83 | | |
75 | 84 | | |
76 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| |||
0 commit comments