Просмотр исходного кода

Do not add wheezy backports on Ubuntu

Sven Neuhaus 10 лет назад
Родитель
Сommit
925d67988b
1 измененных файлов: 3 добавлений и 2 удалений
  1. 3
    2
      roles/webmail/tasks/roundcube.yml

+ 3
- 2
roles/webmail/tasks/roundcube.yml Просмотреть файл

@@ -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
 

Загрузка…
Отмена
Сохранить