Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

Master #12

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tasks/console_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
target: "{{ webserver_document_root }}/matomo.sql"
state: import
ignore_errors: yes
when: motomo_sql_dump_create | changed
when: motomo_sql_dump_create is changed

# create config.ini.php with default settings
- name: Create config.ini.php
Expand All @@ -26,4 +26,4 @@
group: "{{ matomo_user }}"
mode: 0664
force: no
register: motomo_config_create
register: motomo_config_create