From 8b8174706d7753769a0b79c8e140f679fadd5e3c Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Tue, 11 Jun 2019 11:27:54 +0200 Subject: [PATCH] ansible-playbooks/general#85 Bug fixes --- tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yml b/tasks/install.yml index 7275666..772a1f1 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -135,7 +135,7 @@ login_user: root login_password: '{{ mysql_root_password|default("root") }}' login_host: 127.0.0.1 - login_port: '{{ matomo.db_port|default('3306') }}' + login_port: '{{ matomo.db_port|default("3306") }}' state: present - name: Run Upgrade -- GitLab