Skip to content

Commit

Permalink
remove old workers.yml (already saved into main.yml)
Browse files Browse the repository at this point in the history
  • Loading branch information
aine-etke committed Nov 4, 2022
1 parent 37d4bf0 commit da4a82c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 463 deletions.
3 changes: 0 additions & 3 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
---
extends: default

ignore: |
roles/custom/matrix-synapse/vars/workers.yml

rules:
line-length: disable
1 change: 0 additions & 1 deletion roles/custom/matrix-synapse/files/workers-doc-to-yaml.awk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ function line_is_endpoint_url(line) {

# Put YAML marker at beginning of file.
BEGIN {
print "---"
endpoint_conditional_comment = " # FIXME: ADDITIONAL CONDITIONS REQUIRED: to be enabled manually\n"
}

Expand Down
1 change: 1 addition & 0 deletions roles/custom/matrix-synapse/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ matrix_synapse_known_instance_map_eligible_worker_types:

# the following section contains semi-automatic generated content
### workers:start

matrix_synapse_workers_generic_worker_endpoints:
# This worker can handle API requests matching the following regular expressions.
# These endpoints can be routed to any worker. If a worker is set up to handle a
Expand Down
Loading

0 comments on commit da4a82c

Please sign in to comment.