Remove ssh private key from ansible.cfg

Now that we have SSH Agents setup, we no longer need to reference our
private key directly.

Change-Id: I15b0127e97214b330ff61353729ac7053cad124f
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-06-14 16:50:49 -04:00
parent 92faac3228
commit 7806d4b32a
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 0 additions and 1 deletions

View File

@ -1171,7 +1171,6 @@ class AnsibleJob(object):
self.jobdir.root)
config.write('remote_tmp = %s/.ansible/remote_tmp\n' %
self.jobdir.root)
config.write('private_key_file = %s\n' % self.private_key_file)
config.write('retry_files_enabled = False\n')
config.write('gathering = explicit\n')
config.write('library = %s\n'