mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 22:11:01 +08:00
string comparisons are hard. lets go shipping
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user