浏览代码

add bionic

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
 

正在加载...
取消
保存