Copy the contents of static and etc
We don't want to copy static and etc into the static and etc dirs creating static/static and etc/etc. It's possible this could also be done with trailing /'s? Change-Id: I054158a677261743ed67107894e207f7b615ea7f
This commit is contained in:
parent
d3c8c1077b
commit
6cc2d0c176
@ -226,8 +226,12 @@
|
|||||||
group: "{{ gerrit_user_name }}"
|
group: "{{ gerrit_user_name }}"
|
||||||
mode: preserve
|
mode: preserve
|
||||||
loop:
|
loop:
|
||||||
- static
|
- static/hideci.js
|
||||||
- etc
|
- static/robots.txt
|
||||||
|
- static/system-cla.html
|
||||||
|
- static/usg-cla.html
|
||||||
|
- etc/GerritSite.css
|
||||||
|
- etc/GerritSiteHeader.html
|
||||||
|
|
||||||
- name: Install apache2
|
- name: Install apache2
|
||||||
apt:
|
apt:
|
||||||
|
Loading…
Reference in New Issue
Block a user