Fix ansible-lint-reported errors

This commit is contained in:
Slavi Pantaleev 2022-11-24 17:39:34 +02:00
parent c37cf42427
commit 663a17ea10
2 changed files with 1 additions and 4 deletions

View File

@ -12,6 +12,3 @@
tags:
- setup-all
- setup-bot-go-neb

View File

@ -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.