Remove comment from keys names for ansible bug

This commit is contained in:
Kevin Fenzi 2014-01-06 22:26:45 +00:00
parent a6ea02adc1
commit e8da1a05a0

View file

@ -203,5 +203,4 @@ if __name__ == '__main__':
for user in sorted(ssh_keys.keys()):
for key in ssh_keys[user]:
print '# %s' % user
print '%s%s' % (from_string, key)