Remove excess debugging from playbook prep

Since secrets were moved into this data structure, this now
logs too much information.

Change-Id: I74798132fefe44f41814b8f1e422ac58ff466ec3
This commit is contained in:
James E. Blair 2017-08-23 15:27:48 -07:00
parent 7fe1b1cbf8
commit efbbd39b47
1 changed files with 2 additions and 1 deletions

View File

@ -1223,7 +1223,8 @@ class AnsibleJob(object):
args, required=True)
def preparePlaybook(self, jobdir_playbook, playbook, args, required):
self.log.debug("Prepare playbook repo for %s" % (playbook,))
self.log.debug("Prepare playbook repo for %s" %
(playbook['project'],))
# Check out the playbook repo if needed and set the path to
# the playbook that should be run.
source = self.executor_server.connections.getSource(