如何在Ansible循环中获取唯一值?

时间:2018-03-01 16:51:02

标签: ansible

我需要为每个项目获取唯一的UUID值,但值相同。

- debug:
    msg: '{{item.uuid}}'

  with_items:
    - uuid: '{{ lookup("pipe", "uuidgen") }}'
    - uuid: '{{ lookup("pipe", "uuidgen") }}'

enter image description here

0 个答案:

没有答案