summaryrefslogtreecommitdiffstats
path: root/awx_collection/README.md
diff options
context:
space:
mode:
authorbeeankha <beeankha@gmail.com>2020-05-19 17:35:33 +0200
committerbeeankha <beeankha@gmail.com>2020-05-20 02:48:09 +0200
commitdea7ec7845ed7ca41863e0a9ebb37fcbe228e325 (patch)
tree635e8b7976dbd2ecf38429f7a063dfc6ac66e946 /awx_collection/README.md
parentRemove HipChat notification type (diff)
downloadawx-dea7ec7845ed7ca41863e0a9ebb37fcbe228e325.tar.xz
awx-dea7ec7845ed7ca41863e0a9ebb37fcbe228e325.zip
Update changelog and README text
Diffstat (limited to 'awx_collection/README.md')
-rw-r--r--awx_collection/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/awx_collection/README.md b/awx_collection/README.md
index 5cc6ab1879..911e8dcef7 100644
--- a/awx_collection/README.md
+++ b/awx_collection/README.md
@@ -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