⚡: improve nextcloud installation
All checks were successful
ansible-lint / lint-everything (push) Successful in 3s
All checks were successful
ansible-lint / lint-everything (push) Successful in 3s
This commit is contained in:
@@ -10,5 +10,12 @@
|
||||
ansible.builtin.include_tasks: nextcloud_modules.yml
|
||||
loop: "{{ nextcloud_modules }}"
|
||||
|
||||
- name: Disable nextcloud modules
|
||||
ansible.builtin.include_tasks: nextcloud_disabled_modules.yml
|
||||
loop: "{{ nextcloud_disabled_modules }}"
|
||||
|
||||
- name: Install nextcloud cron
|
||||
ansible.builtin.include_tasks: cron.yml
|
||||
|
||||
- name: Check nextcloud version
|
||||
ansible.builtin.include_tasks: check.yml
|
||||
|
Reference in New Issue
Block a user