From 0a7f9d271efb4f97aaddcb39c173e986f5357d59 Mon Sep 17 00:00:00 2001 From: Sebastin Santy Date: Thu, 8 Jun 2017 23:07:52 +0530 Subject: Skipping some steps in ansible for rapid debugging (#92) * Adding --no-templates to checksetup * my proposed changes --- vagrant_support/playbook.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vagrant_support/playbook.yml') diff --git a/vagrant_support/playbook.yml b/vagrant_support/playbook.yml index f89d5295e..f5ff7335a 100644 --- a/vagrant_support/playbook.yml +++ b/vagrant_support/playbook.yml @@ -168,11 +168,15 @@ mode: 0755 - include: checksetup.yml + vars: + LAZY: 0 - include: cron.yml - include: jobqueue.yml - include: push.yml - include: email.yml - include: apache.yml + vars: + LAZY: 0 - include: devtools.yml - name: fix owner of /vagrant/template_cache -- cgit v1.2.3-24-g4f1b