Sven Neuhaus 6 роки тому
джерело
коміт
50648ca76d
Аккаунт користувача з таким Email не знайдено
1 змінених файлів з 2 додано та 2 видалено
  1. 2
    2
      roles/news/tasks/selfoss.yml

+ 2
- 2
roles/news/tasks/selfoss.yml Переглянути файл

@@ -24,7 +24,7 @@
24 24
     - php5
25 25
     - php5-pgsql
26 26
     - php5-gd
27
-  when: (ansible_distribution_release != "xenial" and ansible_distribution_release != "stretch")
27
+  when: (ansible_distribution_release != "xenial" and ansible_distribution_release != "bionic" and ansible_distribution_release != "stretch")
28 28
   tags:
29 29
     - dependencies
30 30
 
@@ -34,7 +34,7 @@
34 34
     - php
35 35
     - php-pgsql
36 36
     - php-gd
37
-  when: (ansible_distribution_release == "xenial" or ansible_distribution_release == "stretch")
37
+  when: (ansible_distribution_release == "xenial" or ansible_distribution_release == "bionic"  or ansible_distribution_release == "stretch")
38 38
   tags:
39 39
     - dependencies
40 40
 

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