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.08k
stars
3.42k
forks
source link
Export objects with `all` option not working #13801
Please confirm the following
Bug Summary
The option
all
in theexport
module is not working anymore. @ArtsiomMusin already answered to the corresponding code comment in https://github.com/ansible/awx/commit/c39172f516fdcc28318203e9327fa7758647dfbc and confirmed the bug.AWX version
22.0.0
Select the relevant components
Installation method
N/A
Modifications
no
Ansible version
No response
Operating system
No response
Web browser
No response
Steps to reproduce
As an example, export the workflow templates as follows:
Expected results
Complete export of all workflow templates
Actual results
The string
all
is converted to a list and the assets are empty:Additional information
No response