Actions
Feature #38378
closedAnsible 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 about 1 month ago
- Copied from Feature #38377: As a user, I can install transient packages on image mode hosts via REX added
Updated by Ian Ballou about 1 month 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 about 1 month 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 about 1 month ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_ansible/pull/765 added
Updated by The Foreman Bot 17 days ago
- Fixed in Releases foreman_ansible-16.0.0 added
Updated by Anonymous 17 days ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_ansible|166d72aa2d6157241b7a82844627e64f668ed69b.
Actions