mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +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 }}"
|
||||
# when: nextcloud_enabled and returned_count == "0"
|
||||
|
||||
# 2019-09-04: THE NEXT 5 LINES ARE INEFFECTIVE AND LIKELY USELESS
|
||||
- name: Remove overwrite.cli.url line (Rewrite URL) from /opt/nextcloud/config/config.php
|
||||
# 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: Try to remove overwrite.cli.url line (Rewrite URL) from /opt/nextcloud/config/config.php
|
||||
lineinfile:
|
||||
regexp: "overwrite.cli.url"
|
||||
state: absent
|
||||
|
|
Loading…
Reference in a new issue