[apps-fp-o] uncomment out installing new yaml file enable for staging

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2021-10-27 16:03:06 +10:00
parent 5f4fff9cc3
commit 194c39e68d

View file

@ -46,13 +46,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
# this was commented out, and might not be working. just turned back on
# for staging to test it out.
- 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
when: env == 'staging
notify:
- rebuild apps-fp-o html
- rebuild apps-fp-o json
tags:
- apps-fp-o