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:
parent
3319e287d4
commit
34463b800f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue