internal/manifest: install rhc-worker-playbook when using rhc
This isn't pulled in as a dependency, and is required for services like remediations.
This commit is contained in:
parent
a48c9d7b00
commit
9f40e960c7
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ func (p *OS) getPackageSetChain() []rpmmd.PackageSet {
|
|||
if p.Subscription != nil {
|
||||
packages = append(packages, "subscription-manager")
|
||||
if p.Subscription.Rhc {
|
||||
packages = append(packages, "rhc", "insights-client")
|
||||
packages = append(packages, "rhc", "insights-client", "rhc-worker-playbook")
|
||||
} else if p.Subscription.Insights {
|
||||
packages = append(packages, "insights-client")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue