Update to 2022-01-03 17:00

This commit is contained in:
Daniel Berteaud
2022-01-03 17:00:09 +01:00
parent 5ff03544ad
commit 5488e2468c
3 changed files with 19 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
---
# Homeserver to connect to (without https://)
# patrix_server:
#
#
@@ -11,6 +12,11 @@
#
# patrix_token:
#
# Default room where messages will be sent
# patrix_room:
#
# If true, patrix will be updated to the latest version available
# Else, ansible will just check if it's installed
patrix_update: False
...