string comparisons are hard. lets go shipping
This commit is contained in:
parent
6f627523c6
commit
ae8daeaa85
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue