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.
Updated by The Foreman Bot 7 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/10958 added
Updated by Maximilian Kolb 7 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|0cb7253f929ecd8c4b2e0def8308cfa55f6c9704.
Actions