[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:
|
||||
- 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue