Actions
Bug #38163
closedArgument list too long in "Install errata by search query - Katello Ansible Default" when applying multiple errata
Status:
Closed
Priority:
Normal
Assignee:
Category:
Errata Management
Target version:
Description
When I apply multiple errata to a single Host via Ansible using Web UI, it generates a yum command with all advisories in the system:
TASK [shell] ******************************************************************* fatal: [vm-0038.service.int.rabe.ch]: FAILED! => {"changed": false, "cmd": "yum -y update-minimal --advisory=FEDORA-EPEL-2019-ed30228d6b --advisory=ALBA-2020:5097 (more --advisory args omitted for brevity)", "msg": "[Errno 7] Argument list too long: '/bin/sh'", "rc": 7, "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
It should only generate a command for the applicable and installable advisories.
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/11290 added
Updated by The Foreman Bot about 1 month ago
- Fixed in Releases Katello 4.16.0 added
Updated by Anonymous about 1 month ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|e6f6e436736be0e06a358941f0a6a59f144fe7be.
Updated by Chris Roberts 29 days ago
- Category set to Errata Management
- Triaged changed from No to Yes
Actions