Pārlūkot izejas kodu

Do not add wheezy backports on Ubuntu

Sven Neuhaus 10 gadus atpakaļ
vecāks
revīzija
925d67988b
1 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. 3
    2
      roles/webmail/tasks/roundcube.yml

+ 3
- 2
roles/webmail/tasks/roundcube.yml Parādīt failu

1
-- name: Add backports for Roundcube
1
+- name: Add backports for Roundcube on Debian
2
   lineinfile: dest=/etc/apt/sources.list line="deb http://http.debian.net/debian wheezy-backports main"
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
 - name: Update apt cache for backports
5
 - name: Update apt cache for backports
5
   apt: update_cache=yes
6
   apt: update_cache=yes
6
 
7
 

Notiek ielāde…
Atcelt
Saglabāt