--- - name: generate OpenWRT image hosts: "{{ install_hostname }}" connection: local gather_facts: no roles: - role: openwrt/image post_tasks: - name: print resulting files pause: seconds: 0 prompt: | You can find the newly generated files here: {% for image in openwrt_output_images %} {{ image | realpath }} {% endfor %}