Updates to config file loading

Now supports json or yaml

Depricated multiple k=v on a single line

Remove assert statement and unused import from module_util
This commit is contained in:
John Westcott IV
2020-02-08 07:24:40 -05:00
committed by beeankha
parent 232ea1e50c
commit 0685b2fa35
3 changed files with 50 additions and 23 deletions

View File

@@ -22,7 +22,8 @@ The following notes are changes that may require changes to playbooks.
- 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.
- tower_group used to also service inventory sources. tower_inventory_source has been split out into its own module.
- tower_group used to also service inventory sources, this functionality has been removed from this module; instead use tower_inventory_source.
- Specified tower_config file used to handle k=v pairs on a single line. This is no longer supported. You may a file formatted in: yaml, json or ini only.
## Running