Browse Source

whitespace

Sven Neuhaus 6 years ago
parent
commit
c9f1d3ec6f
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/news/tasks/selfoss.yml

+ 1
- 1
roles/news/tasks/selfoss.yml View File

34
     - php
34
     - php
35
     - php-pgsql
35
     - php-pgsql
36
     - php-gd
36
     - php-gd
37
-  when: (ansible_distribution_release == "xenial" or ansible_distribution_release == "bionic"  or ansible_distribution_release == "stretch")
37
+  when: (ansible_distribution_release == "xenial" or ansible_distribution_release == "bionic" or ansible_distribution_release == "stretch")
38
   tags:
38
   tags:
39
     - dependencies
39
     - dependencies
40
 
40
 

Loading…
Cancel
Save