Actions
Bug #37340
closedCannot update packages on non-EL hosts
Description
Steps to Reproduce on Foreman 3.9 + Katello 4.11:
1. go to monitor > jobs
2. click run job
3. select katello via ansible & update package - katello ansible default
4. select two hosts: EL 8 and Debian 12
5. enter "vim" as package
6. click run on selected
Result: fails on Debian because the job template does not really make use of Ansible's capabilities
--- - hosts: all tasks: - shell: cmd: | yum -y update vim register: out - debug: var=out
See also rg -i "Katello Ansible Default" in the katello repository.
Actions