apps-fp-o: we still need to install the apache config
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
2e4204814c
commit
2ec00accf3
1 changed files with 8 additions and 8 deletions
|
@ -3,14 +3,14 @@
|
||||||
# tags:
|
# tags:
|
||||||
# - apps-fp-o
|
# - apps-fp-o
|
||||||
|
|
||||||
#- name: Copy in the proxy config
|
- name: Copy in the proxy config
|
||||||
# copy: >
|
copy: >
|
||||||
# src=apps.fp.o.conf dest=/etc/httpd/conf.d/{{website}}/apps.fp.o.conf
|
src=apps.fp.o.conf dest=/etc/httpd/conf.d/{{website}}/apps.fp.o.conf
|
||||||
# owner=root group=root mode=0644
|
owner=root group=root mode=0644
|
||||||
# notify:
|
notify:
|
||||||
# - reload proxyhttpd
|
- reload proxyhttpd
|
||||||
# tags:
|
tags:
|
||||||
# - apps-fp-o
|
- apps-fp-o
|
||||||
|
|
||||||
- name: Copy in some global assets used around our apps
|
- name: Copy in some global assets used around our apps
|
||||||
synchronize: src=global/ dest=/srv/web/apps-fp-o/global/
|
synchronize: src=global/ dest=/srv/web/apps-fp-o/global/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue