From 2e4204814c3f8733e0b4a8818e6b235788a9bd7f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 22 Jul 2020 15:26:27 -0700 Subject: [PATCH] apps-fp-o: only install the resources, not the app/app config Signed-off-by: Kevin Fenzi --- roles/apps-fp-o/tasks/main.yml | 42 +++++++++++++++++----------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/roles/apps-fp-o/tasks/main.yml b/roles/apps-fp-o/tasks/main.yml index 10f19c1d6a..4571504a91 100644 --- a/roles/apps-fp-o/tasks/main.yml +++ b/roles/apps-fp-o/tasks/main.yml @@ -1,16 +1,16 @@ -- name: Install that apps-fp-o rpm package - package: name=apps-fp-o state=present - tags: - - apps-fp-o +#- name: Install that apps-fp-o rpm package +# package: name=apps-fp-o state=present +# 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/ @@ -29,15 +29,15 @@ tags: - apps-fp-o -- name: Copy in our app data yaml - copy: > - src=apps.yaml dest=/usr/share/apps-fp-o/apps.yaml - owner=root group=root mode=0644 - notify: - - rebuild apps-fp-o html - - rebuild apps-fp-o json - tags: - - apps-fp-o +#- name: Copy in our app data yaml +# copy: > +# src=apps.yaml dest=/usr/share/apps-fp-o/apps.yaml +# owner=root group=root mode=0644 +# notify: +# - rebuild apps-fp-o html +# - rebuild apps-fp-o json +# tags: +# - apps-fp-o - name: Copy over any extra icons we carry synchronize: src=img/icons/ dest=/srv/web/apps-fp-o/img/icons/