From a9c5560dcca18a0df93341289087a9585fbca29c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 1 Jan 2022 17:13:26 +0100 Subject: add new openwrt-based testvm add new vm-deploy playbook and script --- dan/image-generate.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'dan/image-generate.yml') diff --git a/dan/image-generate.yml b/dan/image-generate.yml index a7d38149..4c2f5fb9 100644 --- a/dan/image-generate.yml +++ b/dan/image-generate.yml @@ -5,3 +5,16 @@ gather_facts: no roles: - role: "{{ install_distro }}/image" + post_tasks: + - pause: + seconds: 0 + prompt: | + The resulting images can be found here: + + {% for host in play_hosts %} + {{ host }}: + {% for image in hostvars[host].output_images %} + - {{ image }} + {% endfor %} + + {% endfor %} -- cgit v1.2.3