From 585724060c3bd9930bd71706f185315b19ad0763 Mon Sep 17 00:00:00 2001 From: pengtao Date: Mon, 14 Oct 2019 13:52:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E9=99=A4=E4=BB=A5=E5=89=8D=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E7=9A=84=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data_channel/gamelog_external.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}")