1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 00:55:06 +03:00

Correct the function of the -q option for migration helper commands

This commit is contained in:
Alan Rominger 2021-06-16 16:26:38 -04:00
parent f14129de9b
commit 0b6208047c
No known key found for this signature in database
GPG Key ID: C2D7EAAA12B63559

View File

@ -59,5 +59,5 @@ dependencies out of the venvs and into EEs.
Follow those in order, and read the help text to see what arguments are necessary.
You may wish to save the output from export_custom_venv command to a file with the `-q`
option, and then this can be a starting point for writing `ansible-builder` definition files.
Output from the `awx-manage export_custom_venv -q ..` command can
be a starting point for writing an `ansible-builder` definition file.