and we have an httpd service to restart

This commit is contained in:
Stephen Smoogen 2017-08-22 23:55:59 +00:00
parent 3ce4b872d3
commit 5f6624fe82

View file

@ -6,6 +6,9 @@
- basset
- basset/frontend
- name: restart httpd
service: name=httpd state=restarted
- name: install basset config
template: src=frontend.cfg.j2 dest=/etc/basset/frontend.cfg
owner=basset-frontend group=basset-frontend mode=0600