string comparisons are hard. lets go shipping

This commit is contained in:
Stephen Smoogen 2017-05-15 23:40:05 +00:00
parent 6f627523c6
commit ae8daeaa85

View file

@ -4,7 +4,7 @@
## {{ env }}
{% for key, value in groups.iteritems() %}
{% if groups[key] and key is not 'all' %}
{% if groups[key] and key !='all' %}
define hostgroup{
hostgroup_name {{ key }}
alias {{ key }}