Actions
Bug #38513
openOpenSCAP remediations fail for image mode machines on atomic package manager use
Difficulty:
Triaged:
No
Description
OpenSCAP remediations fail for image mode machines on atomic package manager use
Cloned from 17080443
Description of problem:
Due to a bug in Ansible, it tries using the atomic_container package manager when installing packages.
We need to use the ansible_pkg_mgr fact to force it to use DNF as a workaround.
Actions