diff options
author | Kevin Fenzi <kevin@scrye.com> | 2014-01-06 22:26:45 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2014-01-06 22:26:45 +0000 |
commit | e8da1a05a0d3d49d0eea8b45e6ef3cb589101281 (patch) | |
tree | c773ce6090a3e1eef73e01280fe41a6af7179ede | |
parent | a6ea02adc1e53bfaa80071ba9e3806ba2733639f (diff) | |
download | ansible-e8da1a05a0d3d49d0eea8b45e6ef3cb589101281.tar.gz ansible-e8da1a05a0d3d49d0eea8b45e6ef3cb589101281.tar.xz ansible-e8da1a05a0d3d49d0eea8b45e6ef3cb589101281.zip |
Remove comment from keys names for ansible bug
-rwxr-xr-x | scripts/auth-keys-from-fas | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/auth-keys-from-fas b/scripts/auth-keys-from-fas index f49c66cce..b288cc477 100755 --- a/scripts/auth-keys-from-fas +++ b/scripts/auth-keys-from-fas @@ -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) |