瀏覽代碼

unnecessary indendation

master
父節點
當前提交
fd371036b0
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      tasks/main.yml

+ 3
- 3
tasks/main.yml 查看文件

@@ -26,9 +26,9 @@

- import_tasks: core.yml
when:
- nextcloud_state == "reinstalled" or
(nextcloud_state == "installed" and not _nextcloud_version_file_stat.stat.isreg is defined) or
(nextcloud_state == "updated" and _nextcloud_do_update)
nextcloud_state == "reinstalled" or
(nextcloud_state == "installed" and not _nextcloud_version_file_stat.stat.isreg is defined) or
(nextcloud_state == "updated" and _nextcloud_do_update)

- import_tasks: access.yml



Loading…
取消
儲存