From 1c4dfcaa61bb8d1c1d7e5b87e42b5e84ad9ed887 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 2 Jan 2022 00:47:49 +0100 Subject: remove unneded playbooks --- chaos-at-home/openwrt.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 chaos-at-home/openwrt.yml (limited to 'chaos-at-home/openwrt.yml') diff --git a/chaos-at-home/openwrt.yml b/chaos-at-home/openwrt.yml deleted file mode 100644 index 9a02c8c6..00000000 --- a/chaos-at-home/openwrt.yml +++ /dev/null @@ -1,18 +0,0 @@ ---- -- 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 %} -- cgit v1.2.3