-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
Plugin is not working to launch workflow template jobs #4
Comments
@rks040888 I'll look into this, sorry for the delay |
@vlussenburg i was interested in this, as we have been told in our company that XLR doesnt support Ansible WorkFlow Templates. Can this be done by XLR ? we have RedHat Tower and Xebia labs XLR tools |
At the first glance, I would say this would be expected since there are specific API calls for both activities being: This would require the GUI and code to refer to one or the other depending of the needs. |
ok, after reviewing the code, this is not using the API from Ansible Tower directly but rather use the ansible-tower-cli python module/tools |
Feature - Trigger Ansible workflow template #4
We are trying to use the plugin to launch the workflow job templates and it is throwing the template id now found error. Below is the error we are getting:
Exception during execution:
tower_cli.exceptions.NotFound: The requested object could not be found. in <script> at line number 67
Is this plugin compatible to launch workflow templates?
The normal job templates are launching fine as expected.
The text was updated successfully, but these errors were encountered: