瀏覽代碼

whitespace

Sven Neuhaus 6 年之前
父節點
當前提交
c9f1d3ec6f
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      roles/news/tasks/selfoss.yml

+ 1
- 1
roles/news/tasks/selfoss.yml 查看文件

@@ -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 == "bionic"  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
 

Loading…
取消
儲存