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

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

14
     - php5-curl
14
     - php5-curl
15
     - aspell
15
     - aspell
16
     - aspell-en
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
   tags:
18
   tags:
19
     - dependencies
19
     - dependencies
20
 
20
 
30
     - php-curl
30
     - php-curl
31
     - aspell
31
     - aspell
32
     - aspell-en
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
   tags:
34
   tags:
35
     - dependencies
35
     - dependencies
36
 
36
 

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