Slavi Pantaleev
|
a12cbeac3b
|
Fix async commands
Fixes a regression introduced in d1b5681ba0.
Looks like `.finished` is a property on the main object, not on some
`.async_result` object.
|
před 3 roky |
Slavi Pantaleev
|
d1b5681ba0
|
Report async task failures better
We were previously trying to reach into `.rc`,
but there's no such thing if `async_result.finished == 0`.
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2153
|
před 3 roky |
Slavi Pantaleev
|
d073c7ecb3
|
More ansible-lint fixes
|
před 3 roky |
Slavi Pantaleev
|
34cdaade08
|
Use fully-qualified module names for builtin Ansible modules
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1939
|
před 3 roky |
Slavi Pantaleev
|
85627b59ad
|
Make synapse-compress-state in-container binary path configurable
This makes it easier to use another container image for
rust-synapse-compress-state, which may be storing the binary at another
path.
|
před 4 roky |
Marko Weltzer
|
7e5b88c3b7
|
fix: all praise the allmighty yamllinter
|
před 4 roky |
Michael Collins
|
98e6cd685d
|
sync with previous repo
|
před 4 roky |
Michael-GMH
|
86e4649578
|
GoMatrixHosting v0.5.5
|
před 4 roky |
Michael-GMH
|
03006eb5ab
|
GoMatrixHosting v0.5.5
|
před 4 roky |
Béla Becker
|
2edc9cb83c
|
Name the Synapse database on state compression import
Fixes:
https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/833
|
před 5 roky |
Slavi Pantaleev
|
75f9fde7a4
|
Remove some more -v usage
Continuation of 1fca917ad1.
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/722
|
před 5 roky |
Slavi Pantaleev
|
daf13107a0
|
Add support for rust-synapse-compress-state
|
před 5 roky |