{{ ansible_managed | comment }} {# https://github.com/prometheus/exporter-toolkit/issues/91 #} {% set listen = ["--web.listen-address"] | product(prometheus__listen_addrs | ansible.utils.ipwrap | product([prometheus__listen_port]) | map("join", ":")) | map("join", "=") %} ARGS="{{ listen | join(' ') }}"