mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
[last PR stuff] + Add warning if configs specified in 2 params (#5)
* Lean on API validation for tower_inventory_source arg errors used for - validating needed credential is given - missing source_project for scm sources * Add warning when config is specified in 2 places Fix up unit tests, address multiple comments re: backwards compatibility, redundant methods, etc. Update new_name and variables parameters, update unit tests
This commit is contained in:
@@ -24,6 +24,8 @@ The following notes are changes that may require changes to playbooks.
|
||||
- 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, 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.
|
||||
- The `variables` parameter in the `tower_group` and `tower_host` modules are now in `dict` format and no longer
|
||||
supports the use of the `C(@)` syntax (for an external vars file).
|
||||
|
||||
## Running
|
||||
|
||||
|
||||
Reference in New Issue
Block a user