: improve nextcloud installation
All checks were successful
ansible-lint / lint-everything (push) Successful in 3s

This commit is contained in:
VC
2025-03-11 11:12:56 +01:00
parent c4b1ff1e48
commit 0b7fc894da
6 changed files with 28 additions and 1 deletions

View File

@@ -7,4 +7,3 @@
cmd: "php occ app:install {{ item.force | default(false) | ternary('--force', '') }} {{ item.name }}"
chdir: "{{ nextcloud_app_home }}"
creates: "{{ nextcloud_app_home }}/apps/{{ item.name }}"
changed_when: false