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]
Currently there is no option to approve a workflow approval with the store awx. Checking:
https://github.com/ansible/awx/blob/23.8.1/awxkit/awxkit/api/pages/workflow_approvals.py
there is a small implementation for that already, but it is never used in other files (or did I miss something?)
However, there already exists a workflow_approval Ansible Module: https://github.com/ansible/awx/blob/23.8.1/awx_collection/plugins/modules/workflow_approval.py
23.8.1
kubernetes
no
No response
use awx cli to approve a workflow approval
awx workflow_approvals approve 3460
usage: awx workflow_approvals [-h] action ...
positional arguments: action list get delete
options: -h, --help show this help message and exit
awx workflow_approvals: the following arguments are required: action
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please confirm the following
[email protected]
instead.)Bug Summary
Currently there is no option to approve a workflow approval with the store awx.
Checking:
https://github.com/ansible/awx/blob/23.8.1/awxkit/awxkit/api/pages/workflow_approvals.py
there is a small implementation for that already, but it is never used in other files (or did I miss something?)
However, there already exists a workflow_approval Ansible Module:
https://github.com/ansible/awx/blob/23.8.1/awx_collection/plugins/modules/workflow_approval.py
AWX version
23.8.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
use awx cli to approve a workflow approval
Expected results
awx workflow_approvals approve 3460
Actual results
usage: awx workflow_approvals [-h] action ...
positional arguments:
action
list
get
delete
options:
-h, --help show this help message and exit
awx workflow_approvals: the following arguments are required: action
Additional information
No response
The text was updated successfully, but these errors were encountered: