item.conf | to_json }}"
dest: /etc/consul.d/{{ item.dest_file }}.json
when: inventory_hostname in groups["{{ item.group_hostname }}"]
loop: "{{ consul.services }}"
notify: check configs and reload
Но выскакивает варнинг:
[WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: inventory_hostname
in groups["{{ item.group_hostname }}"]
Как не крутил when не получилось исправить. Как правильно записать указать?
when: inventory_hostname in groups[item.group_hostname]
Обсуждают сегодня