add META Output for -vv, better than nothing
This commit is contained in:
parent
9bc4a12ae5
commit
8b14935521
1 changed files with 2 additions and 0 deletions
|
@ -913,4 +913,6 @@ class StrategyBase:
|
|||
else:
|
||||
result['changed'] = False
|
||||
|
||||
display.vv("META: %s" % msg)
|
||||
|
||||
return [TaskResult(target_host, task, result)]
|
||||
|
|
Loading…
Reference in a new issue