浏览代码

add bionic

Sven Neuhaus 6 年前
父节点
当前提交
70e4a29798
没有帐户链接到提交者的电子邮件
共有 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
 

正在加载...
取消
保存