diff options
author | John Westcott IV <john.westcott.iv@redhat.com> | 2020-02-08 13:24:40 +0100 |
---|---|---|
committer | beeankha <beeankha@gmail.com> | 2020-02-26 15:15:04 +0100 |
commit | 0685b2fa356924ca2b8c5dea8d94269e703881e4 (patch) | |
tree | 7732d423a50cf9066ad10662c9a0dc66f901bf6e /awx_collection/README.md | |
parent | Properly cast verify_ssl type to a bool (diff) | |
download | awx-0685b2fa356924ca2b8c5dea8d94269e703881e4.tar.xz awx-0685b2fa356924ca2b8c5dea8d94269e703881e4.zip |
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
Diffstat (limited to 'awx_collection/README.md')
-rw-r--r-- | awx_collection/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/awx_collection/README.md b/awx_collection/README.md index 2ddaf994b5..a5d438ba45 100644 --- a/awx_collection/README.md +++ b/awx_collection/README.md @@ -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 |