Sven Neuhaus 6 vuotta sitten
vanhempi
commit
4acd20861f
No account linked to committer's email address
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2
    2
      roles/readlater/tasks/wallabag.yml

+ 2
- 2
roles/readlater/tasks/wallabag.yml Näytä tiedosto

20
     - php5-mcrypt
20
     - php5-mcrypt
21
     - php5-pgsql
21
     - php5-pgsql
22
     - php5-tidy
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
   tags:
24
   tags:
25
     - dependencies
25
     - dependencies
26
 
26
 
32
     - php-mcrypt
32
     - php-mcrypt
33
     - php-pgsql
33
     - php-pgsql
34
     - php-tidy
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
   tags:
36
   tags:
37
     - dependencies
37
     - dependencies
38
 
38
 

Loading…
Peruuta
Tallenna