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