mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 06:30:19 -07:00
implemented verbosity, added 5th level and now can see how many plays per playbooko if -vvvvv
This commit is contained in:
parent
5531b84360
commit
b1e6aaa790
4 changed files with 13 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue