Remove comment from keys names for ansible bug
This commit is contained in:
parent
a6ea02adc1
commit
e8da1a05a0
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue