Fix command in build_awx_image.md

This commit is contained in:
Shane McDonald
2022-03-23 15:28:58 -04:00
parent 99056e3697
commit e87c9d8811

View File

@@ -6,9 +6,8 @@ To build a custom awx image to use with the awx-operator, use the `build_image`
```
$ ansible-playbook tools/ansible/build.yml \
-e registry=registry.example.com \
-e awx_image=ansible/awx \
-e awx_version=test -v
-e awx_image=registry.example.com/ansible/awx \
-e awx_image_tag=test -v
```
> Note: The development image (`make docker-compose-build`) will not work with the awx-operator, the UI is not built in that image, among other things (see Dockerfile.j2 for more info).