From 2ec00accf3c0af7a56af27cacf2443e982eb914c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 22 Jul 2020 15:39:40 -0700 Subject: [PATCH] apps-fp-o: we still need to install the apache config Signed-off-by: Kevin Fenzi --- roles/apps-fp-o/tasks/main.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/roles/apps-fp-o/tasks/main.yml b/roles/apps-fp-o/tasks/main.yml index 4571504a91..3f03627631 100644 --- a/roles/apps-fp-o/tasks/main.yml +++ b/roles/apps-fp-o/tasks/main.yml @@ -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/