如何从ansible中的嵌套列表中获取项目列表

时间:2021-04-05 21:22:48

标签: ansible ansible-template

- set_fact:
    cli_list:
      - - first list
      - - second list 
      - - third list

我期待这种格式的输出,如何在 ansible 中做到?

cli_list:
  - first list
  - second list
  - third list

0 个答案:

没有答案