summaryrefslogtreecommitdiffstats
path: root/vagrant_support/apache.yml
diff options
context:
space:
mode:
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