Make edits to Changelog, remove all HipChat-related params from tower_notification module

This commit is contained in:
beeankha
2020-05-20 16:27:01 -04:00
parent dea7ec7845
commit ce5272eae6
3 changed files with 3 additions and 39 deletions

View File

@@ -34,19 +34,7 @@
service_key: skeleton
client_name: Bill
message_from: me
api_url: https://tower.example.com/api/v2
color: green
rooms:
- The Study
- Kitchen
- Ballroom
- Conservatory
- Billiard Room
- Library
- Hall
- Lounge
- Dining Room
- Cellar
notify: true
url: ansible.com
headers:
@@ -62,8 +50,8 @@
- assert:
that:
- "'deprecations' in result"
# The 27 can be count from the size of the OLD_INPUT_NAMES list in the module
- result['deprecations'] | length() == 27
# The 25 can be count from the size of the OLD_INPUT_NAMES list in the module
- result['deprecations'] | length() == 25
- name: Create Slack notification with custom messages
tower_notification: