Include awx logos for official installs

This commit is contained in:
Jake McDermott 2020-11-23 13:52:25 -05:00
parent c81bc60a33
commit 526a4c303f
No known key found for this signature in database
GPG Key ID: 0E56ED990CDFCB4F

View File

@ -14,8 +14,8 @@
- name: Copy logos for inclusion in sdist
copy:
src: "../../awx-logos/awx/ui/client/assets"
dest: "../awx/ui/client/"
src: "../../awx-logos/awx/ui/client/assets/"
dest: "../awx/ui_next/public/static/media/"
delegate_to: localhost
when: awx_official|default(false)|bool