From b03f743b6d8b07ae69a310ad1f5a82bb922a2a43 Mon Sep 17 00:00:00 2001 From: pengtao Date: Tue, 15 Jun 2021 17:49:12 +0800 Subject: [PATCH] a --- deploy/deploy_git.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy/deploy_git.py b/deploy/deploy_git.py index 6d0d4e8..3dfde7f 100644 --- a/deploy/deploy_git.py +++ b/deploy/deploy_git.py @@ -63,7 +63,8 @@ class DeployGit: def _deploy_remote(self): for line in self.infos: if line: - hosts, paths, user, _, _, start_script = line + pdb.set_trace() + _,hosts, paths, user, _, _, start_script = line hosts = hosts.split(',') hostfile = self.write_host(hosts) an = AnsibleAPI(hostfile)