How to get items out of a list and create a new one in Ansible

前端 未结 0 1795
悲哀的现实
悲哀的现实 2021-01-21 10:57

i have the below task, my goal is to get values larger than 5 into a new list(new_list):

- name: Run with items greater than 5
  ansible.builtin.command: echo {{          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题