From 6cc2d0c176ecb9c387dc35e0c8c89fad4543508f Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 19 Mar 2020 21:28:18 -0500 Subject: [PATCH] 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 --- playbooks/roles/gerrit/tasks/main.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/playbooks/roles/gerrit/tasks/main.yaml b/playbooks/roles/gerrit/tasks/main.yaml index 7966031402..42ba69b289 100644 --- a/playbooks/roles/gerrit/tasks/main.yaml +++ b/playbooks/roles/gerrit/tasks/main.yaml @@ -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: