Skip to content

Commit

Permalink
Allow to define empty skeletondirectory
Browse files Browse the repository at this point in the history
Fixes: #82
  • Loading branch information
doobry-systemli committed Oct 1, 2024
1 parent 9b2a402 commit e677c5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks/nextcloud/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
group: "{{ nextcloud_http_group }}"
mode: 0640
directory_mode: 0750
when: nextcloud_config.system.skeletondirectory is defined
when:
- nextcloud_config.system.skeletondirectory is defined
- nextcloud_config.system.skeletondirectory != ''

- name: "Nextcloud configure: copy theme"
ansible.builtin.copy:
Expand Down

0 comments on commit e677c5e

Please sign in to comment.