1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Fix regex for lineinfile

This commit is contained in:
cwivagg 2022-12-27 15:02:38 -05:00 committed by GitHub
parent 3319e287d4
commit 34463b800f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -214,8 +214,8 @@
- name: Don't Check for Trusted Host
ansible.builtin.lineinfile:
path: "{{ matomo_path }}/matomo/config/config.ini.php"
line: enable_trusted_host_check=0
insertafter: "[General]"
line: "enable_trusted_host_check=0"
insertafter: "^\[General\]$"
# RECORD Matomo AS INSTALLED