Update reporting on playbook runs.

This commit is contained in:
Michael DeHaan
2012-02-25 15:21:11 -05:00
parent ed97125025
commit a5039eec62
3 changed files with 65 additions and 15 deletions

View File

@@ -75,7 +75,7 @@ class Cli(object):
host_list=options.host_list,
forks=options.forks,
pattern=options.pattern,
verbose=False,
verbose=True,
)
else:
return ansible.playbook.PlayBook(
@@ -85,7 +85,7 @@ class Cli(object):
remote_pass=sshpass,
host_list=options.host_list,
forks=options.forks,
verbose=False,
verbose=True
)
if __name__ == '__main__':