openqa: restart httpd on apache config change

This commit is contained in:
Adam Williamson 2015-11-17 19:24:16 -08:00
parent c6e2c27a41
commit c60d19b0ee

View file

@ -105,6 +105,8 @@
- name: Set up Apache config
template: src=openqa.conf.httpd.j2 dest=/etc/httpd/conf.d/openqa.conf owner=root group=root mode=0644
notify:
- reload httpd
tags:
- config