mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
add NF and F to prefix each host so you can grep for which is which
This commit is contained in:
@@ -35,12 +35,12 @@ for host in sorted(inv.get_hosts()):
|
||||
|
||||
print 'freeze:'
|
||||
for host in sorted(frozen):
|
||||
print ' ' + host
|
||||
print 'F: ' + host
|
||||
|
||||
|
||||
print 'do not freeze:'
|
||||
for host in sorted(unfrozen):
|
||||
print ' ' + host
|
||||
print 'NF: ' + host
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user