Hammer CLI Job Invocation
Am trying to apply errata to multiple hosts, am using
Satellite 6.13 and trying to apply erratas on RHEL 8 machines
hammer job-invocation create --feature katello_errata_install --inputs "errata=RHBA-2023:2754" --search-query "name =test1 " --ssh-user user--password password
As per this i can apply single errata to a single hosts
When i try to apply multiple erratas it shows too many arguments or like only the last errata is applied.
Am missing some parameter or like the structure.
Is there any ways to apply multiple Erratas to multiple hosts or anything like that?