diff --git a/tasks/console_install.yml b/tasks/console_install.yml index da49bd9..cde7131 100644 --- a/tasks/console_install.yml +++ b/tasks/console_install.yml @@ -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 @@ -26,4 +26,4 @@ group: "{{ matomo_user }}" mode: 0664 force: no - register: motomo_config_create \ No newline at end of file + register: motomo_config_create