Actions
Feature #38378
openAnsible package action support for transient package installs
Difficulty:
Triaged:
No
Description
As a user, I can install transient packages on image mode hosts via REX
REX templates that install content should be able to install it transiently for image mode hosts.
This intro task will first involve researching the current state of DNF's transient package support and understanding the difference between it and `bootc usr-overlay`.
Once the mechanism for installing transient packages is understood, our content-installing job templates should be able to detect if the host is an image mode one and apply the packages transiently automatically.
For hosts that don't support dnf --transient, we either need to enable the bootc usr-overlay or throw an error.
Updated by Ian Ballou 17 days ago
- Copied from Feature #38377: As a user, I can install transient packages on image mode hosts via REX added
Updated by Ian Ballou 17 days ago
- Subject changed from As a user, I can install transient packages on image mode hosts via REX to Ansible package action support for transient package installs
Updated by Ian Ballou 17 days ago
- Copied to Feature #38379: As a user, I can install transient packages on image mode hosts via REX added
Updated by The Foreman Bot 16 days ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_ansible/pull/765 added
Actions