mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Implemented DB Credentials Update for Nextcloud and solved bug
This commit is contained in:
@@ -35,14 +35,14 @@
|
||||
dest: "{{docker_compose.directories.volumes}}nginx.conf"
|
||||
notify: restart nextcloud nginx service
|
||||
|
||||
- name: Setup config.php
|
||||
include_tasks: 01_config.yml
|
||||
|
||||
- name: Flush all handlers immediately so that occ can be used
|
||||
meta: flush_handlers
|
||||
|
||||
- name: Setup config.php
|
||||
include_tasks: config.yml
|
||||
|
||||
- name: Setup Nextcloud Plugins
|
||||
include_tasks: plugin.yml
|
||||
include_tasks: 02_plugin.yml
|
||||
loop: "{{applications | get_app_conf(application_id, 'plugins', True) | dict2items }}"
|
||||
loop_control:
|
||||
loop_var: plugin_item
|
||||
@@ -51,7 +51,7 @@
|
||||
plugin_value: "{{ plugin_item.value }}"
|
||||
|
||||
- name: Load system configuration
|
||||
include_tasks: system.yml
|
||||
include_tasks: 03_system.yml
|
||||
|
||||
- name: Add missing database indices in Nextcloud
|
||||
command: >
|
||||
|
Reference in New Issue
Block a user