diff --git a/data_channel/gamelog_external.py b/data_channel/gamelog_external.py index cee1b9d..5712f85 100644 --- a/data_channel/gamelog_external.py +++ b/data_channel/gamelog_external.py @@ -61,7 +61,7 @@ class Build_Gamelog_Config(): data = {'dest_paths': self.dest_paths, 'source': self.filename, 'dest_filename': self.dest_file} resule = an.run_playbook('/data/git/dev_ops/ansible/playbook/publish_file2server.yml', **data) if not (resule['failed'] or resule['unreachable']): - log.info(f"deploy success!") + log.info(f"deploy success! resule={resule}") return True else: log.error(f"deploy failed info={resule}")