|
|
@@ -22,7 +22,7 @@ |
|
|
|
with_indexed_items: "{{ nextcloud_server_names }}" |
|
|
|
when: _nextcloud_config.system.trusted_domains != nextcloud_server_names |
|
|
|
|
|
|
|
- name: nextcloud occ config:system:set overwrite.cli.url (fix bug in nextcloud 14) |
|
|
|
- name: nextcloud occ config:system:set overwrite.cli.url |
|
|
|
command: php occ config:system:set overwrite.cli.url --value="https://{{nextcloud_server_names|first}}/" |
|
|
|
args: |
|
|
|
chdir: "{{nextcloud_directory}}" |
|
|
|