Add extra_vars example to Job Launch module, update extra_vars type to dict,

update unit test, add details to Collections release notes.
This commit is contained in:
beeankha
2019-12-20 13:56:12 -05:00
parent 1c09114abd
commit f37ac1dcc9
3 changed files with 39 additions and 5 deletions

View File

@@ -20,6 +20,7 @@ The following notes are changes that may require changes to playbooks.
`tower_credential_type` module is no longer supported. Provide as dictionaries instead.
- 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.
## Running