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
 

読み込み中…
キャンセル
保存