Browse Source

add bionic

Sven Neuhaus 7 years ago
parent
commit
70e4a29798
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      roles/webmail/tasks/roundcube.yml

+ 2
- 2
roles/webmail/tasks/roundcube.yml View File

14
     - php5-curl
14
     - php5-curl
15
     - aspell
15
     - aspell
16
     - aspell-en
16
     - aspell-en
17
-  when: (ansible_distribution_release != "xenial" and ansible_distribution_release != "stretch")
17
+  when: (ansible_distribution_release != "xenial" and ansible_distribution_release != "bionic" and ansible_distribution_release != "stretch")
18
   tags:
18
   tags:
19
     - dependencies
19
     - dependencies
20
 
20
 
30
     - php-curl
30
     - php-curl
31
     - aspell
31
     - aspell
32
     - aspell-en
32
     - aspell-en
33
-  when: (ansible_distribution_release == "xenial" or ansible_distribution_release == "stretch")
33
+  when: (ansible_distribution_release == "xenial" or ansible_distribution_release == "bionic" or ansible_distribution_release == "stretch")
34
   tags:
34
   tags:
35
     - dependencies
35
     - dependencies
36
 
36
 

Loading…
Cancel
Save