mirror of https://github.com/ansible/ansible.git
Add check_mode support to HipChat module
The HipChat module declares to support check_mode, but the message is sent in any case. With this, if executed in check mode, the module will exit before actually sending the message to HipChat. It will return changed=False, as per the convention for notifications modules.reviewable/pr18780/r1
parent
19b345932a
commit
f0508fa30e
Loading…
Reference in New Issue