add META Output for -vv, better than nothing

This commit is contained in:
hloeffler
2017-01-28 22:32:50 +01:00
committed by Brian Coca
parent 9bc4a12ae5
commit 8b14935521

View File

@@ -913,4 +913,6 @@ class StrategyBase:
else:
result['changed'] = False
display.vv("META: %s" % msg)
return [TaskResult(target_host, task, result)]