Browse Source

Fix ansible-lint-reported errors

pull/2298/head
Slavi Pantaleev 3 years ago
parent
commit
663a17ea10
2 changed files with 1 additions and 4 deletions
  1. +0
    -3
      roles/custom/matrix-bot-go-neb/tasks/main.yml
  2. +1
    -1
      roles/custom/matrix-synapse/tasks/synapse/workers/setup_install.yml

+ 0
- 3
roles/custom/matrix-bot-go-neb/tasks/main.yml View File

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




+ 1
- 1
roles/custom/matrix-synapse/tasks/synapse/workers/setup_install.yml View File

@@ -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…
Cancel
Save