AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
Other
14.11k
stars
3.43k
forks
source link
ansible.controller.workflow_launch tries to access /api/controller/v2/organizations/ when I believe it should be /api/v2/organizations/ #15622
However I keep on getting the message from the task:
The requested object could not be found at /api/controller/v2/organizations/
or
The requested object could not be found at /api/controller/v2/workflow_job_templates/.
Trying to access the URL on the controller, it fails, but /api/v2/organizations/ or /api/v2/workflow_job_templates/ ( without the "controller" part) succeeds.
So I do believe the URL is wrong.
Please confirm the following
security@ansible.com
instead.)Bug Summary
I am try to use ansible.controller.workflow_launch with the following parameters:
However I keep on getting the message from the task:
or
Trying to access the URL on the controller, it fails, but /api/v2/organizations/ or /api/v2/workflow_job_templates/ ( without the "controller" part) succeeds. So I do believe the URL is wrong.
AWX version
4.5.6
Select the relevant components
Installation method
N/A
Modifications
no
Ansible version
2.15.12
Operating system
Linux
Web browser
Firefox
Steps to reproduce
Expected results
It should start the workflow I passed in the name: Workflow-Template-A
Actual results
Getting the message:
Additional information
No response