mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
added v for least verbose display function
This commit is contained in:
@@ -159,6 +159,9 @@ class Display:
|
||||
else:
|
||||
logger.info(msg2)
|
||||
|
||||
def v(self, msg, host=None):
|
||||
return self.verbose(msg, host=host, caplevel=0)
|
||||
|
||||
def vv(self, msg, host=None):
|
||||
return self.verbose(msg, host=host, caplevel=1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user