[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:
parent
5f4fff9cc3
commit
194c39e68d
1 changed files with 12 additions and 10 deletions
|
@ -46,13 +46,15 @@
|
||||||
tags:
|
tags:
|
||||||
- apps-fp-o
|
- apps-fp-o
|
||||||
|
|
||||||
#- name: Copy in our app data yaml
|
# this was commented out, and might not be working. just turned back on
|
||||||
# copy: >
|
# for staging to test it out.
|
||||||
# src=apps.yaml dest=/usr/share/apps-fp-o/apps.yaml
|
- name: Copy in our app data yaml
|
||||||
# owner=root group=root mode=0644
|
copy: >
|
||||||
# notify:
|
src=apps.yaml dest=/usr/share/apps-fp-o/apps.yaml
|
||||||
# - rebuild apps-fp-o html
|
owner=root group=root mode=0644
|
||||||
# - rebuild apps-fp-o json
|
when: env == 'staging
|
||||||
# tags:
|
notify:
|
||||||
# - apps-fp-o
|
- rebuild apps-fp-o html
|
||||||
|
- rebuild apps-fp-o json
|
||||||
|
tags:
|
||||||
|
- apps-fp-o
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue