implemented verbosity, added 5th level and now can see how many plays per playbooko if -vvvvv

This commit is contained in:
Brian Coca 2015-04-04 15:54:54 -04:00
parent 5531b84360
commit b1e6aaa790
4 changed files with 13 additions and 10 deletions

View file

@ -127,6 +127,7 @@ class PlaybookExecutor:
if entry:
entrylist.append(entry) # per playbook
self._display.vvvvv('%d plays in %s' % (i, playbook_path))
if entrylist:
return entrylist