Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
d73856df
Verified
Commit
d73856df
authored
Feb 07, 2021
by
Jan Alexander Steffens (heftig)
Browse files
matrix: Fix a condition
parent
ca68acc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/matrix/tasks/main.yml
View file @
d73856df
...
...
@@ -85,6 +85,7 @@
become
:
yes
become_user
:
synapse
become_method
:
sudo
register
:
synapse_pip
notify
:
-
restart synapse
...
...
@@ -139,7 +140,7 @@
become
:
yes
become_user
:
synapse
become_method
:
sudo
when
:
mjolnir_git.changed
when
:
synapse_pip.changed or
mjolnir_git.changed
notify
:
-
restart synapse
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment