From fe34fac9da82edc14661c5602229b23edbaeb31f Mon Sep 17 00:00:00 2001 From: Brian Candler Date: Thu, 30 Jun 2016 09:06:21 +0000 Subject: [PATCH] Comment about disabling ansible during initial VM build --- vm/vtp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/vtp.json b/vm/vtp.json index 96844bc..3e9774c 100644 --- a/vm/vtp.json +++ b/vm/vtp.json @@ -82,7 +82,7 @@ "cd vtp", "git remote add ssh git@git.nsrc.org:open/vtp.git # helpful for git push", "cd ansible", - "# Ansible run", + "# Ansible run. Comment this out if ansible fails and you want to debug inside VM", "ansible-playbook -i hosts universe.yml", "# Finishing up", "zfs set dedup=off lxd", -- GitLab