简体   繁体   中英

How to assign the date array variable in ansible playbook using loop

我想迭代日期值,并在Ansible剧本中执行循环时将其递增1。

Something like this?

    - command: date -d "+{{ item }} days"
      register: dates
      with_sequence: start=0 end=10
    - debug: msg="{{ dates.results | json_query('[].stdout') }}"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM