mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
overwrite.cli.url issue in /opt/nextcloud/config/config.php
This commit is contained in:
parent
c52c4e9705
commit
b0b496f6eb
1 changed files with 2 additions and 2 deletions
|
@ -100,8 +100,8 @@
|
||||||
# become_user: "{{ apache_user }}"
|
# become_user: "{{ apache_user }}"
|
||||||
# when: nextcloud_enabled and returned_count == "0"
|
# when: nextcloud_enabled and returned_count == "0"
|
||||||
|
|
||||||
# 2019-09-04: THE NEXT 5 LINES ARE INEFFECTIVE AND LIKELY USELESS
|
# 2019-09-04: NEXT 5 LINES APPEAR INEFFECTIVE DURING 1ST INSTALL? (possibly "overwrite.cli.url" appears later, when web install's completed using http://box/nextcloud ?)
|
||||||
- name: Remove overwrite.cli.url line (Rewrite URL) from /opt/nextcloud/config/config.php
|
- name: Try to remove overwrite.cli.url line (Rewrite URL) from /opt/nextcloud/config/config.php
|
||||||
lineinfile:
|
lineinfile:
|
||||||
regexp: "overwrite.cli.url"
|
regexp: "overwrite.cli.url"
|
||||||
state: absent
|
state: absent
|
||||||
|
|
Loading…
Reference in a new issue