This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Fix ansible-lint-reported errors
pull/2298/head
Slavi Pantaleev
3 years ago
parent
c37cf42427
commit
663a17ea10
2 changed files
with
1 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
roles/custom/matrix-bot-go-neb/tasks/main.yml
+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:
- setup-all
- 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
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.
Write
Preview
Loading…
Cancel
Save