This commit is contained in:
Stephen Smoogen 2020-06-06 16:57:01 -04:00
parent fd67776bab
commit b72c46c607
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# All Servers and associated devices
###############
## {{ env }}
{% for key, value in groups.iteritems()|sort %}
{% for key, value in groups.items()|sort %}
{% if groups[key] != [] and key not in vars['exclude_hostgroups'] %}
define hostgroup{
hostgroup_name {{ key }}