summaryrefslogtreecommitdiffstats
path: root/vagrant_support/apache.yml
diff options
context:
space:
mode:
authorSebastin Santy <sebastinssanty@gmail.com>2017-06-08 19:37:52 +0200
committerDylan William Hardison <dylan@hardison.net>2017-06-08 19:37:52 +0200
commit0a7f9d271efb4f97aaddcb39c173e986f5357d59 (patch)
treeabf505007669982c23f3c0b125ee5651a78feba1 /vagrant_support/apache.yml
parentef7f6526d83caf6a39dc8ed6c96a2c8675ae4011 (diff)
downloadbugzilla-0a7f9d271efb4f97aaddcb39c173e986f5357d59.tar.gz
bugzilla-0a7f9d271efb4f97aaddcb39c173e986f5357d59.tar.xz
Skipping some steps in ansible for rapid debugging (#92)
* Adding --no-templates to checksetup * my proposed changes
Diffstat (limited to 'vagrant_support/apache.yml')
-rw-r--r--vagrant_support/apache.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/vagrant_support/apache.yml b/vagrant_support/apache.yml
index e4399f612..c7159371c 100644
--- a/vagrant_support/apache.yml
+++ b/vagrant_support/apache.yml
@@ -4,9 +4,11 @@
src: apache.j2
dest: /etc/httpd/conf.d/bugzilla.conf
mode: 0644
+ when: LAZY == 0
- name: enable httpd
service: name=httpd enabled=yes
+ when: LAZY == 0
- name: restart httpd
service: name=httpd state=restarted