Sven Neuhaus 6年前
コミット
4acd20861f
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      roles/readlater/tasks/wallabag.yml

+ 2
- 2
roles/readlater/tasks/wallabag.yml ファイルの表示

@@ -20,7 +20,7 @@
20 20
     - php5-mcrypt
21 21
     - php5-pgsql
22 22
     - php5-tidy
23
-  when: (ansible_distribution_release != "xenial" and ansible_distribution_release != "stretch")
23
+  when: (ansible_distribution_release != "xenial" and ansible_distribution_release != "bionic" and ansible_distribution_release != "stretch")
24 24
   tags:
25 25
     - dependencies
26 26
 
@@ -32,7 +32,7 @@
32 32
     - php-mcrypt
33 33
     - php-pgsql
34 34
     - php-tidy
35
-  when: (ansible_distribution_release == "xenial" or ansible_distribution_release == "stretch")
35
+  when: (ansible_distribution_release == "xenial" or ansible_distribution_release == "bionic" or ansible_distribution_release == "stretch")
36 36
   tags:
37 37
     - dependencies
38 38
 

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