Procházet zdrojové kódy

Do not add wheezy backports on Ubuntu

Sven Neuhaus před 10 roky
rodič
revize
925d67988b
1 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. 3
    2
      roles/webmail/tasks/roundcube.yml

+ 3
- 2
roles/webmail/tasks/roundcube.yml Zobrazit soubor

@@ -1,6 +1,7 @@
1
-- name: Add backports for Roundcube
1
+- name: Add backports for Roundcube on Debian
2 2
   lineinfile: dest=/etc/apt/sources.list line="deb http://http.debian.net/debian wheezy-backports main"
3
-
3
+  when: ansible_distribution_release == 'wheezy'
4
+  
4 5
 - name: Update apt cache for backports
5 6
   apt: update_cache=yes
6 7
 

Loading…
Zrušit
Uložit