mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-26 02:48:32 +01:00
Fix ansible-lint-reported errors
This commit is contained in:
parent
c37cf42427
commit
663a17ea10
@ -12,6 +12,3 @@
|
|||||||
tags:
|
tags:
|
||||||
- setup-all
|
- setup-all
|
||||||
- setup-bot-go-neb
|
- setup-bot-go-neb
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
use_regex: true
|
use_regex: true
|
||||||
register: matrix_synapse_workers_current_config_files
|
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') }}"
|
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.
|
# This also deletes some things which we need. They will be recreated below.
|
||||||
|
Loading…
Reference in New Issue
Block a user