diff --git a/roles/n8n/defaults/main.yml b/roles/n8n/defaults/main.yml index 740943a..cc617e1 100644 --- a/roles/n8n/defaults/main.yml +++ b/roles/n8n/defaults/main.yml @@ -1,7 +1,7 @@ --- # Version to deploy -n8n_version: 0.176.0 +n8n_version: 0.177.0 # Root directory where n8n will be installed n8n_root_dir: /opt/n8n # User account under which n8n will run diff --git a/roles/n8n/meta/main.yml b/roles/n8n/meta/main.yml index 0aeb220..87eb0ab 100644 --- a/roles/n8n/meta/main.yml +++ b/roles/n8n/meta/main.yml @@ -2,6 +2,5 @@ dependencies: - role: repo_nodejs - - role: redis_server - role: mysql_server when: n8n_db_server in ['localhost','127.0.0.1'] diff --git a/roles/n8n/templates/env.j2 b/roles/n8n/templates/env.j2 index 4c5e3a0..b49d5fc 100644 --- a/roles/n8n/templates/env.j2 +++ b/roles/n8n/templates/env.j2 @@ -23,4 +23,3 @@ N8N_EDITOR_BASE_URL={{ n8n_public_url }} {% if system_tz is defined %} GENERIC_TIMEZONE={{ system_tz }} {% endif %} -EXECUTIONS_MODE=queue