mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 12:03:38 +08:00
Try to fix non-monitored groups
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
###############
|
||||
## {{ env }}
|
||||
{% for key, value in groups.iteritems() %}
|
||||
{% if groups[key] != [] and ( groups[key] != 'newcloud-compute' or groups[key] != 'newcloud-control' or groups[key] != 'newcloud' ) %}
|
||||
{% if groups[key] != [] and key != 'newcloud-compute' and key != 'newcloud-control' and key != 'newcloud' %}
|
||||
define hostgroup{
|
||||
hostgroup_name {{ key }}
|
||||
alias {{ key }}
|
||||
|
||||
Reference in New Issue
Block a user