diff options
Diffstat (limited to 'dan/openwrt-deploy.yml')
-rw-r--r-- | dan/openwrt-deploy.yml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/dan/openwrt-deploy.yml b/dan/openwrt-deploy.yml deleted file mode 100644 index e7cc49fa..00000000 --- a/dan/openwrt-deploy.yml +++ /dev/null @@ -1,9 +0,0 @@ ---- -- name: generate os image - hosts: "{{ install_hostname }}" - connection: local - gather_facts: no - roles: - - role: installer/openwrt/image - -- import_playbook: ../common/openwrt-deploy.yml |