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)