diff options
Diffstat (limited to 'playbooks/init_vm.yml')
-rw-r--r-- | playbooks/init_vm.yml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/playbooks/init_vm.yml b/playbooks/init_vm.yml deleted file mode 100644 index 2f6e027..0000000 --- a/playbooks/init_vm.yml +++ /dev/null @@ -1,17 +0,0 @@ - -# init_vm.yml - ---- - -- hosts: "{{ host }}" - tasks: - - - include_role: - name: vmm - tasks_from: init_vm_alpine.yml - when: groups["alpine"] | select("search", guest) | list | length > 0 - - - include_role: - name: vmm - tasks_from: init_vm_openbsd.yml - when: groups["openbsd"] | select("search", guest) | list | length > 0 |