|
|
@@ -49,11 +49,16 @@ matrix_appservice_draupnir_for_all_systemd_wanted_services_list: [] |
|
|
# Force restart tag is used to control if the tag that is used is rolling or not. |
|
|
# Force restart tag is used to control if the tag that is used is rolling or not. |
|
|
# When both Draupnir roles are enabled, we only force restart if they are on the same |
|
|
# When both Draupnir roles are enabled, we only force restart if they are on the same |
|
|
# version string and that version string matches the moving tag. |
|
|
# version string and that version string matches the moving tag. |
|
|
matrix_appservice_draupnir_for_all_force_restart_tag: "latest" |
|
|
|
|
|
|
|
|
matrix_appservice_draupnir_for_all_force_rolling_tag: "latest" |
|
|
|
|
|
|
|
|
# Force restart the service on all runs only when both roles are enabled, both roles |
|
|
# Force restart the service on all runs only when both roles are enabled, both roles |
|
|
# are using the same version string, and that version is the moving tag. |
|
|
# are using the same version string, and that version is the moving tag. |
|
|
matrix_appservice_draupnir_for_all_force_restart: "if {{ matrix_bot_draupnir_enabled | bool and matrix_appservice_draupnir_for_all_enabled | bool and matrix_bot_draupnir_version == matrix_appservice_draupnir_for_all_version and matrix_appservice_draupnir_for_all_version == matrix_appservice_draupnir_for_all_force_restart_tag }} then true else false end" |
|
|
|
|
|
|
|
|
matrix_appservice_draupnir_for_all_force_restart: "{{ |
|
|
|
|
|
matrix_bot_draupnir_enabled | bool and |
|
|
|
|
|
matrix_appservice_draupnir_for_all_enabled | bool and |
|
|
|
|
|
matrix_bot_draupnir_version == matrix_appservice_draupnir_for_all_version and |
|
|
|
|
|
matrix_appservice_draupnir_for_all_version == matrix_appservice_draupnir_for_all_force_rolling_tag |
|
|
|
|
|
}}" |
|
|
|
|
|
|
|
|
# The room ID where people can use the bot. The bot has no access controls, so |
|
|
# The room ID where people can use the bot. The bot has no access controls, so |
|
|
# anyone in this room can use the bot - secure your room! |
|
|
# anyone in this room can use the bot - secure your room! |
|
|
|