- name: create identifier sequence for tagging web1b
no_log: true
debug: msg="{{ item }}"
with_sequence:
start=0
count="{{ helios_web1b.count }}"
format=%02d
register: sequenceTASK: [helios_aws_multi | create identifier sequence for tagging web1b] *******
fatal: [localhost] => unknown error parsing with_sequence arguments: u'start=0 count="{{ helios_web1b.count }}" format=%02d'
FATAL: all hosts have already failed -- aborting- name: create identifier sequence for tagging web1b
no_log: true
debug: msg="{{ item }}"
with_sequence:
start=0
count="{{ helios_web1b.count | default ('2') }}"
format=%02d
register: sequence