Compare commits

...

15 Commits
0.1.7 ... main

4 changed files with 6 additions and 5 deletions

View File

@ -1,12 +1,13 @@
namespace: finallycoffee
name: matrix
version: "0.1.7"
version: "0.1.8"
readme: README.md
authors:
- transcaffeine <transcaffeine@finally.coffee>
description: Various matrix-related ansible roles
dependencies:
"community.docker": "^3.4.0"
"community.docker": "^4.4.0"
"community.general": "^10.0.0"
license_file: LICENSE.md
build_ignore:
- '*.tar.gz'

View File

@ -1,7 +1,7 @@
---
cinny_user: cinny
cinny_state: "present"
cinny_version: "4.5.0"
cinny_version: "4.8.0"
cinny_deployment_method: "docker"
cinny_base_path: "/opt/cinny"

View File

@ -1,7 +1,7 @@
---
element_user: element
element_state: "present"
element_version: "1.11.96"
element_version: "1.11.102"
element_deployment_method: "docker"
element_base_path: "/opt/element"

View File

@ -1,7 +1,7 @@
---
synapse_user: synapse
synapse_group: synapse
synapse_version: "1.127.1"
synapse_version: "1.131.0"
synapse_state: "present"
synapse_deployment_method: "docker"