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.
Get to the "Generating UI Files" step and run the following command:
docker compose -f tools/docker-compose/_sources/docker-compose.yml run --rm awx_1 make clean-ui ui-devel
Expected results
The docker compose command succeeds.
Actual results
The docker compose command fails with the following output:
[+] Creating 2/0
✔ Container tools_redis_1 Running 0.0s
✔ Container tools_postgres_1 Running
WARN[0000] "/" is not a shared mount, this could cause issues or missing mounts with rootless containers
make: *** No rule to make target 'clean-ui'. Stop.
Please confirm the following
security@ansible.com
instead.)Bug Summary
When I run the following command to generate UI files, it fails:
AWX version
devel
Select the relevant components
Installation method
docker development environment
Modifications
no
Ansible version
core 2.16.3
Operating system
AlmaLinux 8
Web browser
No response
Steps to reproduce
Following the guide at this location: https://community.hetzner.com/tutorials/awx-without-kubernetes#step-1---setting-up-the-server
Pull version "devel"
Get to the "Generating UI Files" step and run the following command:
docker compose -f tools/docker-compose/_sources/docker-compose.yml run --rm awx_1 make clean-ui ui-devel
Expected results
The docker compose command succeeds.
Actual results
The docker compose command fails with the following output:
Additional information
No response