Merge pull request #2197 from etkecc/postmoogle-098

update postmoogle 0.9.7 -> 0.9.8
This commit is contained in:
Slavi Pantaleev
2022-10-25 22:03:59 +03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -1227,7 +1227,7 @@ matrix_bot_postmoogle_systemd_required_services_list: |
matrix_bot_postmoogle_database_engine: "{{ 'postgres' if matrix_postgres_enabled else 'sqlite' }}"
matrix_bot_postmoogle_database_password: "{{ '%s' | format(matrix_homeserver_generic_secret_key) | password_hash('sha512', 'postmoogle.db') | to_uuid }}"
matrix_bot_postmoogle_container_image_self_build: "{{ matrix_architecture not in ['amd64', 'arm32', 'arm64'] }}"
matrix_bot_postmoogle_container_image_self_build: "{{ matrix_architecture not in ['amd64', 'arm64'] }}"
######################################################################
#