Files
sib_api/sib.scw_container/tests/range.yml
2023-10-12 22:09:42 +02:00

8 lines
182 B
YAML

---
- hosts: localhost
tasks:
- name: with_sequence -> loop
ansible.builtin.debug:
msg: "{{ 'testuser%02x' | format(item) }}"
loop: "{{ range(0, 4 + 1, 2)|list }}"