mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
b/c ricky seems to care
This commit is contained in:
@@ -34,12 +34,12 @@ for host in sorted(inv.get_hosts()):
|
||||
unfrozen.append(host.name)
|
||||
|
||||
print 'freeze:'
|
||||
for host in frozen:
|
||||
for host in sorted(frozen):
|
||||
print ' ' + host
|
||||
|
||||
|
||||
print 'do not freeze:'
|
||||
for host in unfrozen:
|
||||
for host in sorted(unfrozen):
|
||||
print ' ' + host
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user