From 663a17ea10ad6b8a7e7c91131b5a8f1376a50653 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Thu, 24 Nov 2022 17:39:34 +0200 Subject: [PATCH] Fix ansible-lint-reported errors --- roles/custom/matrix-bot-go-neb/tasks/main.yml | 3 --- .../matrix-synapse/tasks/synapse/workers/setup_install.yml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/roles/custom/matrix-bot-go-neb/tasks/main.yml b/roles/custom/matrix-bot-go-neb/tasks/main.yml index 1955eee83..7c8f2455e 100644 --- a/roles/custom/matrix-bot-go-neb/tasks/main.yml +++ b/roles/custom/matrix-bot-go-neb/tasks/main.yml @@ -12,6 +12,3 @@ tags: - setup-all - setup-bot-go-neb - - - diff --git a/roles/custom/matrix-synapse/tasks/synapse/workers/setup_install.yml b/roles/custom/matrix-synapse/tasks/synapse/workers/setup_install.yml index d6c50397e..85ddf3b94 100644 --- a/roles/custom/matrix-synapse/tasks/synapse/workers/setup_install.yml +++ b/roles/custom/matrix-synapse/tasks/synapse/workers/setup_install.yml @@ -7,7 +7,7 @@ use_regex: true register: matrix_synapse_workers_current_config_files -- set_fact: +- ansible.builtin.set_fact: matrix_synapse_enabled_worker_names: "{{ matrix_synapse_workers_enabled_list | map(attribute='name') }}" # This also deletes some things which we need. They will be recreated below.