We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[email protected]
I've configured "Prompt on launch" on instance Groups. Everything work fine when I launch job template via UI
However when I tried to specific instance group on launch command.
awx job_template launch <name> \ --instance_groups="4"
I always get below error in return. What is the correct format to specific instance groups on awx cli?
{"instance_groups": ["Expected a list of items but got type \"int\"."]}
24.6.1
kubernetes
no
No response
Create new job template and select "Prompt on launch" on instance Groups".
Use awx cli to launch job template and specific instance group ID e.g. 4.
We can submit launch request without issue.
Got below error in return.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please confirm the following
[email protected]
instead.)Bug Summary
I've configured "Prompt on launch" on instance Groups. Everything work fine when I launch job template via UI
However when I tried to specific instance group on launch command.
I always get below error in return. What is the correct format to specific instance groups on awx cli?
AWX version
24.6.1
Select the relevant components
Installation method
kubernetes
Modifications
no
Ansible version
No response
Operating system
No response
Web browser
No response
Steps to reproduce
Create new job template and select "Prompt on launch" on instance Groups".
Use awx cli to launch job template and specific instance group ID e.g. 4.
Expected results
We can submit launch request without issue.
Actual results
Got below error in return.
Additional information
No response
The text was updated successfully, but these errors were encountered: