Skip to content

Adding Hipchat integration and fixing port bug

Compare
Choose a tag to compare
@jszwedko jszwedko released this 30 Sep 16:16
· 35 commits to master since this release

This release integrates Hipchat notifications into the role (see defaults/main.yml for variables to set).

Also fixes a bug where detection of whether the port was just a value depended on it being a number, but variables specified in group_vars and on the command line are strings. Now just assumes that it is a value if it is not iterable.