14 Commits

5 changed files with 6 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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

View File

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