Merge branch 'imcsk8/nextcloud-add-calendar' into 'master'
Agregué aplicación de calendario See merge request strepsirrhini/lemur!17
This commit is contained in:
commit
42727f8b5d
1 changed files with 9 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue