fix(config): remove die removal

This commit is contained in:
s3lph 2023-02-07 22:03:28 +01:00
parent 410f61f5ff
commit 594f9be922
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -18,15 +18,6 @@
ansible.builtin.apt:
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
become: true
become_user: www-data