This reverts commit fc1a71f69f.
This time with better handling for base hrefs.
Change-Id: I530b6ff0a4da0546584d0c93bf6e0bb716a9dbc3
12 lines
263 B
YAML
12 lines
263 B
YAML
- hosts: all
|
|
tasks:
|
|
|
|
- name: Make symlinks to allow multi-tenant preview to work
|
|
file:
|
|
src: .
|
|
dest: '{{ zuul.project.src_dir }}/{{ javascript_content_dir }}/{{ item }}'
|
|
state: link
|
|
with_items:
|
|
- local
|
|
- t
|