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
Remove unnecessary with_items statement
pull/957/head
Slavi Pantaleev
5 years ago
parent
9a0222fa47
commit
b824522b33
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
roles/matrix-sygnal/tasks/validate_config.yml
+ 0
- 2
roles/matrix-sygnal/tasks/validate_config.yml
View File
@@ -2,6 +2,4 @@
fail:
msg: >-
Enabling Sygnal requires that you specify at least one app in `matrix_sygnal_apps`
with_items:
- "matrix_sygnal_access_token"
when: "matrix_sygnal_enabled and matrix_sygnal_apps|length == 0"
Write
Preview
Loading…
Cancel
Save