标签: ansible ansible-template
- set_fact: cli_list: - - first list - - second list - - third list
我期待这种格式的输出,如何在 ansible 中做到?
cli_list: - first list - second list - third list