threatstack / threatstack-ansible

Ansible for installing Threatstack Agent
https://www.threatstack.com
MIT License
23 stars 17 forks source link

Fix when conditional in config task #50

Closed NicketUttarwar closed 4 years ago

NicketUttarwar commented 5 years ago

The task that adds config args is skipped when there ARE config args. Reversing the polarity of the conditional to execute the task when there's args to add

benpatterson commented 4 years ago

@NicketUttarwar thanks again for this contribution. We needed another couple of changes to get it done, so I've created a new PR (keeping your original commit).

See #63