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:
|
||||
# - apps-fp-o
|
||||
|
||||
#- name: Copy in the proxy config
|
||||
# copy: >
|
||||
# src=apps.fp.o.conf dest=/etc/httpd/conf.d/{{website}}/apps.fp.o.conf
|
||||
# owner=root group=root mode=0644
|
||||
# notify:
|
||||
# - reload proxyhttpd
|
||||
# tags:
|
||||
# - apps-fp-o
|
||||
- name: Copy in the proxy config
|
||||
copy: >
|
||||
src=apps.fp.o.conf dest=/etc/httpd/conf.d/{{website}}/apps.fp.o.conf
|
||||
owner=root group=root mode=0644
|
||||
notify:
|
||||
- reload proxyhttpd
|
||||
tags:
|
||||
- apps-fp-o
|
||||
|
||||
- name: Copy in some global assets used around our apps
|
||||
synchronize: src=global/ dest=/srv/web/apps-fp-o/global/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue