mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-11-10 13:44:16 +00:00
feat(element): support deploying release candidates
This commit is contained in:
parent
f2114cb821
commit
700f3997d0
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
---
|
||||
element_version: 1.7.8
|
||||
element_version: "{{ element_unstable | ternary(element_unstable_version, element_stable_version) }}"
|
||||
element_unstable: false
|
||||
element_stable_version: "1.7.8"
|
||||
element_unstable_version: "1.7.9-rc.1"
|
||||
element_webapp_dir: /opt/element
|
||||
element_config:
|
||||
default_server_config:
|
||||
|
|
Loading…
Reference in a new issue