diff --git a/awx_collection/README.md b/awx_collection/README.md index 64705907b0..ae6d466e5e 100644 --- a/awx_collection/README.md +++ b/awx_collection/README.md @@ -21,6 +21,7 @@ The following notes are changes that may require changes to playbooks. - When a project is created, it will wait for the update/sync to finish by default; this can be turned off with the `wait` parameter, if desired. - Creating a "scan" type job template is no longer supported. - `extra_vars` in the `tower_job_launch` module worked with a list previously, but is now configured to work solely in a `dict` format. + - When the `extra_vars` parameter is used with the `tower_job_launch` module, the Job Template launch will fail unless `add_extra_vars` or `survey_enabled` is explicitly set to `True` on the Job Template. ## Running