From 483f0289cc8ef43d8e6a279c75dd020f509352fa Mon Sep 17 00:00:00 2001 From: Chris Hutchison Date: Sun, 15 Apr 2018 14:18:42 -0400 Subject: [PATCH] Update Vagrantfile --- Vagrantfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 9a08cf2..f25da5f 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -59,7 +59,6 @@ Vagrant.configure(2) do |config| ansible.playbook = "ansible/site.yml" ansible.limit = "all" ansible.verbose = "v" - ansible.validate_certs=false end config.vm.post_up_message = "Browse to http://isso-dev.local/demo/index.html to start."