Sven Neuhaus 6 роки тому
джерело
коміт
70e4a29798
Аккаунт користувача з таким Email не знайдено
1 змінених файлів з 2 додано та 2 видалено
  1. 2
    2
      roles/webmail/tasks/roundcube.yml

+ 2
- 2
roles/webmail/tasks/roundcube.yml Переглянути файл

@@ -14,7 +14,7 @@
14 14
     - php5-curl
15 15
     - aspell
16 16
     - aspell-en
17
-  when: (ansible_distribution_release != "xenial" and ansible_distribution_release != "stretch")
17
+  when: (ansible_distribution_release != "xenial" and ansible_distribution_release != "bionic" and ansible_distribution_release != "stretch")
18 18
   tags:
19 19
     - dependencies
20 20
 
@@ -30,7 +30,7 @@
30 30
     - php-curl
31 31
     - aspell
32 32
     - aspell-en
33
-  when: (ansible_distribution_release == "xenial" or ansible_distribution_release == "stretch")
33
+  when: (ansible_distribution_release == "xenial" or ansible_distribution_release == "bionic" or ansible_distribution_release == "stretch")
34 34
   tags:
35 35
     - dependencies
36 36
 

Завантаження…
Відмінити
Зберегти