: 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

@@ -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