diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-09-08 02:03:29 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-09-08 02:03:29 +0200 |
commit | 35deeed568da88a388247343b58370eeab42cb75 (patch) | |
tree | 0071141946230fc882c3ddcd6abe396a5ec4e260 /roles/webmail | |
parent | e2d06229e4ebbe4640872f6e2fcb7b32329b462a (diff) |
Don't take roundcube from backports.
Diffstat (limited to 'roles/webmail')
-rw-r--r-- | roles/webmail/tasks/roundcube.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/webmail/tasks/roundcube.yml b/roles/webmail/tasks/roundcube.yml index 2296cc2..c186354 100644 --- a/roles/webmail/tasks/roundcube.yml +++ b/roles/webmail/tasks/roundcube.yml @@ -75,7 +75,7 @@ - aspell-sv - name: Install Roundcube - apt: pkg={{ packages }} default_release={{ ansible_lsb.codename }}-backports + apt: pkg={{ packages }} vars: packages: - roundcube-core |