Compare commits

..

No commits in common. "main" and "0.1.6" have entirely different histories.
main ... 0.1.6

5 changed files with 6 additions and 6 deletions

View File

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

View File

@ -1,4 +1,5 @@
---
cinny_testvar: abc
cinny_config_complete: >-
{{ cinny_config | default({})
| combine(cinny_default_config | default({})) }}

View File

@ -1,7 +1,7 @@
---
cinny_user: cinny
cinny_state: "present"
cinny_version: "4.8.0"
cinny_version: "4.2.3"
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.102"
element_version: "1.11.91"
element_deployment_method: "docker"
element_base_path: "/opt/element"

View File

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