Actions
Bug #38302
openChange patching job templates & snippets to stop using `sudo`
Description
By REX standards, using `sudo` is a bad practice. Katello does this today in a few places, like in the package install ones. Flatpak is another.
Instead, we should either expect that the user will instruct REX to use the correct user, or set the template to change the effective user to be root.
Actions