♻: move nextcloud to app dir
All checks were successful
ansible-lint / lint-everything (push) Successful in 4s

This commit is contained in:
VC
2025-03-09 16:53:21 +01:00
parent 75868ab216
commit a4572768b4
5 changed files with 68 additions and 29 deletions

View File

@@ -6,5 +6,9 @@
- name: Install nextcloud
ansible.builtin.include_tasks: nextcloud.yml
- name: Install nextcloud modules
ansible.builtin.include_tasks: nextcloud_modules.yml
loop: "{{ nextcloud_modules }}"
- name: Check nextcloud version
ansible.builtin.include_tasks: check.yml