mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
implemented verbosity, added 5th level and now can see how many plays per playbooko if -vvvvv
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user