[roundcube] Clone custom plugins by adm

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-06-24 23:28:03 +02:00
parent 97ab17b852
commit e9ce85086c
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 4 additions and 4 deletions

View File

@ -6,16 +6,16 @@ glob_roundcube:
mail_domain: crans.org mail_domain: crans.org
des_key: "{{ vault.roundcube_des_key }}" des_key: "{{ vault.roundcube_des_key }}"
plugins: plugins:
- repo: 'https://gitlab.crans.org/nounous/roundcube-intranet.git' - repo: 'https://gitlab.adm.crans.org/nounous/roundcube-intranet.git'
name: intranet name: intranet
version: HEAD version: HEAD
- repo: 'https://gitlab.crans.org/nounous/roundcube-plugin-filters.git' - repo: 'https://gitlab.adm.crans.org/nounous/roundcube-plugin-filters.git'
name: filters name: filters
version: filters-2.2.0 version: filters-2.2.0
- repo: 'https://gitlab.crans.org/nounous/roundcube-plugin-automatic_addressbook.git' - repo: 'https://gitlab.adm.crans.org/nounous/roundcube-plugin-automatic_addressbook.git'
name: automatic_addressbook name: automatic_addressbook
version: 0.4.3 version: 0.4.3
- repo: 'https://gitlab.crans.org/nounous/roundcube-plugin-identity_smtp.git' - repo: 'https://gitlab.adm.crans.org/nounous/roundcube-plugin-identity_smtp.git'
name: identity_smtp name: identity_smtp
version: HEAD version: HEAD
- name: zipdownload - name: zipdownload