mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 11:00:32 +08:00
no loop on the end of fas
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
define servicegroup {
|
||||
servicegroup_name fas
|
||||
alias Fedora Account System
|
||||
members {% for host in groups['proxies'] %}{{host}}, accounts, {% endfor %}{% for host in groups['fas'] %}{{host}}, accounts, {% endfor %} db-fas01.phx2.fedoraproject.org,Check FAS DB {% if not loop.last %} , {% endif %}
|
||||
members {% for host in groups['proxies'] %}{{host}}, accounts, {% endfor %}{% for host in groups['fas'] %}{{host}}, accounts, {% endfor %} db-fas01.phx2.fedoraproject.org,Check FAS DB
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user