apps-fp-o: we still need to install the apache config

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-07-22 15:39:40 -07:00
parent 2e4204814c
commit 2ec00accf3

View file

@ -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/