fix(config): remove die removal
This commit is contained in:
parent
410f61f5ff
commit
594f9be922
1 changed files with 0 additions and 9 deletions
|
@ -18,15 +18,6 @@
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
name: "nextcloud-{{ nextcloud_major_version }}"
|
name: "nextcloud-{{ nextcloud_major_version }}"
|
||||||
|
|
||||||
- name: Remove die line from config.php
|
|
||||||
ansible.builtin.lineinfile:
|
|
||||||
path: /var/lib/nextcloud/webroot/config/config.php
|
|
||||||
regexp: "^die\s+'[^']*';"
|
|
||||||
state: absent
|
|
||||||
owner: www-data
|
|
||||||
group: www-data
|
|
||||||
mode: 0644
|
|
||||||
|
|
||||||
- name: Gather Nextcloud facts
|
- name: Gather Nextcloud facts
|
||||||
become: true
|
become: true
|
||||||
become_user: www-data
|
become_user: www-data
|
||||||
|
|
Loading…
Reference in a new issue