Add pull aciton default hosts

Change-Id: I72c8252d0f5b43920ca488a9d5205edbf54342b0
This commit is contained in:
cao.yuan 2019-07-30 18:04:49 +08:00
parent 92dc66e2bb
commit 13a009179a
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ class Pull(Command):
return parser
def take_action(self, parsed_args):
hosts = []
services = []
try:
verbose_level = self.app.options.verbose_level