summaryrefslogtreecommitdiff
path: root/gerrit.yml
diff options
context:
space:
mode:
Diffstat (limited to 'gerrit.yml')
-rw-r--r--gerrit.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/gerrit.yml b/gerrit.yml
index 70a7d81d..bb10c228 100644
--- a/gerrit.yml
+++ b/gerrit.yml
@@ -9,6 +9,6 @@
- {role: apache-site, src: "apache/{{gerrit_host}}.conf", config: "{{gerrit_host}}", tags: [apache, website-conf] }
- {role: apache-auth, host_name: "{{gerrit_host}}", when: server_access == "private", tags: [apache-auth, website-conf]}
- {role: git-deps}
- - {role: postgres, tags: [gerrit]}
- - {role: dovecot-imapd, tags: [imapd]}
+ - {role: dovecot-imapd, when: skip_dovecot is undefined, tags: [imapd]}
+ - {role: duplicity, tags: [duplicity], when: inventory_hostname == "review.trustedfirmware.org"}
- {role: gerrit, tags: [gerrit]}