⚡: 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:
9
roles/nextcloud/tasks/nextcloud_disabled_modules.yml
Normal file
9
roles/nextcloud/tasks/nextcloud_disabled_modules.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
- name: "Disable {{ item.name }} module"
|
||||
become: true
|
||||
become_user: www-data
|
||||
ansible.builtin.command:
|
||||
cmd: "php occ app:disable {{ item.name }}"
|
||||
chdir: "{{ nextcloud_app_home }}"
|
||||
changed_when: false
|
Reference in New Issue
Block a user