ansible-variables icon indicating copy to clipboard operation
ansible-variables copied to clipboard

Do not print lists and dictionaries in rich output

Open hille721 opened this issue 1 year ago • 0 comments

The default rich output should be human readable. But the value of a variable can be nested (list, dictionary) and could be unlimited long. Such values should not be printed in the default output. (They would appear in json or yaml output then see #2)

hille721 avatar Apr 14 '23 16:04 hille721