Преглед изворни кода

unnecessary indendation

master
Markus Katharina Brechtel пре 5 година
родитељ
комит
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…
Откажи
Сачувај