Bug #30545
closedUI dialog for Capsule Upgrade Playbook job doesn't state whitelist_options is required
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1861397
Description of problem:
Running Capsule Upgrade Playbook job without specifying whitelist_options fails with:
ERROR: option '--whitelist': value not specified"
UI does not mark whitelist_options as required
Version-Release number of selected component (if applicable):
Satellite 6.8 snap 10
How reproducible:
always
Steps to Reproduce:
1. Have a Satellite and a Capsule registered to it
2. Monitor > Jobs > Run Job >
3. Fill the fileds
Job category : Ansible Playbook
Job template : Capsule Upgrade Playbook
Search Query : name ~ <caps-fqdn>
target_version : 6.8
leave whitelist_options blank
Actual results:
ERROR: option '--whitelist': value not specified"
Expected results:
Either the playbook should succeed without whitelist_options specified, or job invocation dialog should mark the option as required. Also some explanation of the parameter would be nice
Additional info: