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:
Monty Taylor 2020-03-19 21:28:18 -05:00 committed by Ian Wienand
parent d3c8c1077b
commit 6cc2d0c176

View File

@ -226,8 +226,12 @@
group: "{{ gerrit_user_name }}"
mode: preserve
loop:
- static
- etc
- static/hideci.js
- static/robots.txt
- static/system-cla.html
- static/usg-cla.html
- etc/GerritSite.css
- etc/GerritSiteHeader.html
- name: Install apache2
apt: