Project

General

Profile

Actions

Bug #37340

closed

Cannot update packages on non-EL hosts

Added by Maximilian Kolb about 1 month ago. Updated 14 days ago.

Status:
Closed
Priority:
Normal
Category:
-
Target version:
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

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 #1

Updated by Samir Jha about 1 month ago

  • Target version set to Katello Next
  • Triaged changed from No to Yes
Actions #2

Updated by The Foreman Bot about 1 month ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/Katello/katello/pull/10958 added
Actions #3

Updated by The Foreman Bot 14 days ago

  • Fixed in Releases Katello 4.13.0 added
Actions #4

Updated by Maximilian Kolb 14 days ago

  • Status changed from Ready For Testing to Closed
Actions

Also available in: Atom PDF