mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
add META Output for -vv, better than nothing
This commit is contained in:
@@ -913,4 +913,6 @@ class StrategyBase:
|
|||||||
else:
|
else:
|
||||||
result['changed'] = False
|
result['changed'] = False
|
||||||
|
|
||||||
|
display.vv("META: %s" % msg)
|
||||||
|
|
||||||
return [TaskResult(target_host, task, result)]
|
return [TaskResult(target_host, task, result)]
|
||||||
|
|||||||
Reference in New Issue
Block a user