Sven Neuhaus 6 роки тому
джерело
коміт
4acd20861f
Аккаунт користувача з таким Email не знайдено
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
 

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