The handler is 'restart apache'

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-09-27 23:00:17 +00:00
parent 5cd3c261da
commit a28a96e4d8

View file

@ -6,14 +6,14 @@
- basset - basset
- basset/frontend - basset/frontend
- name: restart httpd - name: start httpd
service: name=httpd state=restarted service: name=httpd state=started
- name: install basset config - name: install basset config
template: src=frontend.cfg.j2 dest=/etc/basset/frontend.cfg template: src=frontend.cfg.j2 dest=/etc/basset/frontend.cfg
owner=basset-frontend group=basset-frontend mode=0600 owner=basset-frontend group=basset-frontend mode=0600
notify: notify:
- restart httpd - restart apache
tags: tags:
- basset - basset
- basset/frontend - basset/frontend
@ -23,7 +23,7 @@
owner=root group=root mode=0644 owner=root group=root mode=0644
when: env == "staging" when: env == "staging"
notify: notify:
- restart httpd - restart apache
tags: tags:
- basset - basset
- basset/frontend - basset/frontend
@ -33,7 +33,7 @@
owner=root group=root mode=0644 owner=root group=root mode=0644
when: env != "staging" when: env != "staging"
notify: notify:
- restart httpd - restart apache
tags: tags:
- basset - basset
- basset/frontend - basset/frontend
@ -51,7 +51,7 @@
copy: src=basset.conf dest=/etc/httpd/conf.d/basset.conf copy: src=basset.conf dest=/etc/httpd/conf.d/basset.conf
owner=root group=root mode=0644 owner=root group=root mode=0644
notify: notify:
- restart httpd - restart apache
tags: tags:
- basset - basset
- basset/frontend - basset/frontend