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

Escape equals for skip trusted host check

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

View file

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