-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Description
Please confirm the following
- I agree to follow this project's code of conduct.
- I have checked the current issues for duplicates.
- I understand that AWX is open source software provided for free and that I might not receive a timely response.
- I am NOT reporting a (potential) security vulnerability. (These should be emailed to
[email protected]instead.)
Bug Summary
In the new AWX UI, it is not possible to manually specify a custom path for the Inventory file when configuring an Inventory → Source of type Project. The input field appears, but the UI does not allow confirming or saving the typed path — it only shows “No results found”.
AWX version
24.6.1
Select the relevant components
- UI
- UI (tech preview)
- API
- Docs
- Collection
- CLI
- Other
Installation method
docker development environment
Modifications
no
Ansible version
Operating system
Web browser
Chrome
Steps to reproduce
Steps to reproduce: - Switch to the new AWX UI. - Go to Inventories. - Open any custom inventory. - Navigate to Sources. - Click Edit on an existing source (or create a new one). - Set Source = Project. - Choose any Project. - In the field Inventory file, try to type a custom relative path such as: inventory/custom.yml - The UI shows only “No results found” and does not allow accepting the typed value.
Expected results
The user should be able to manually enter any valid relative inventory file path inside the project repository. The UI should accept the typed value even if it does not appear in the dropdown list.
Actual results
The dropdown shows No results found. The manually typed path cannot be selected or saved. This makes it impossible to configure custom inventory file paths using the new UI.
Additional information
Issue reproducible across multiple users.