Agregué aplicación de calendario

This commit is contained in:
Iván Chavero 2024-03-12 00:28:29 -06:00
parent 65208c67f0
commit 6f88a8131e

View file

@ -383,6 +383,15 @@
- redis
- notify_push
- name: Enable Nextcloud Calendar
ansible.builtin.shell:
cmd: |
/usr/bin/php "{{ nextcloud_occ }}" app:install -f calendar
/usr/bin/php "{{ nextcloud_occ }}" app:enable calendar
become: true
become_user: "{{ web_user }}"
#when: (ansible_distribution == "Debian" and ansible_distribution_version != "10") or ansible_distribution == "RedHat"
- name: Remove config_is_read_only setting from config.php
lineinfile:
path: "{{ nextcloud_path }}/config/config.php"