StackStorm / ansible-st2

Ansible Roles and Playbooks to deploy StackStorm
https://galaxy.ansible.com/StackStorm/stackstorm/
Apache License 2.0
100 stars 75 forks source link

Test for YAML -> Python null -> is defined #237

Closed lingfish closed 5 years ago

lingfish commented 5 years ago

The playbook sets a default for ewc_license to null (so it is always "defined"), so it should test for none/null, which "is defined" in Jinja/Python.

An earlier commit around this was causing my plays to explode.