summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-12-14 01:57:03 +0100
committerChristian Pointner <equinox@spreadspace.org>2019-12-23 02:00:23 +0100
commit27c9986590371d4b706ddb7d5628bef0f4b8b2bc (patch)
tree7ec001f295a0764d3798fedcb9e8efd0da40f476 /common
parenttrial support openbsd in sshd and zsh roles (diff)
some more tests for openbsd install
Diffstat (limited to 'common')
-rw-r--r--common/vm-install.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/common/vm-install.yml b/common/vm-install.yml
index 36f2c4cc..02c95fd8 100644
--- a/common/vm-install.yml
+++ b/common/vm-install.yml
@@ -45,15 +45,15 @@
set_fact:
ansible_ssh_extra_args: ""
-- name: apply basic VM configuration roles
- hosts: "{{ hostname }}"
- pre_tasks:
- - name: make sure to update cached facts
- setup:
- roles:
- - role: vm/grub
- - role: vm/network
- - role: vm/guest
+# - name: apply basic VM configuration roles
+# hosts: "{{ hostname }}"
+# pre_tasks:
+# - name: make sure to update cached facts
+# setup:
+# roles:
+# - role: vm/grub
+# - role: vm/network
+# - role: vm/guest
- import_playbook: "../{{ hostenv }}/{{ hostname }}.yml"