mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
[apps.fp.o] remove staging condition on moving apps.yaml over
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
@@ -46,13 +46,10 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user