Update changelog and README text

This commit is contained in:
beeankha
2020-05-19 11:35:33 -04:00
parent bc4d789da0
commit dea7ec7845
3 changed files with 6 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ The following notes are changes that may require changes to playbooks:
- `tower_job_template` no longer supports the deprecated `extra_vars_path` parameter, please use `extra_vars` with the lookup plugin to replace this functionality.
- The `notification_configuration` parameter of `tower_notification` has changed from a string to a dict. Please use the `lookup` plugin to read an existing file into a dict.
- `tower_credential` no longer supports passing a file name to ssh_key_data.
- The HipChat notification type has been removed and can no longer be created using the `tower_notification` module.
- The HipChat `notification_type` has been removed and can no longer be created using the `tower_notification` module.
## Running Unit Tests