diff --git a/roles/custom/matrix-bridge-steam/defaults/main.yml b/roles/custom/matrix-bridge-steam/defaults/main.yml index 6dd4131f7..0f7b2f946 100644 --- a/roles/custom/matrix-bridge-steam/defaults/main.yml +++ b/roles/custom/matrix-bridge-steam/defaults/main.yml @@ -26,7 +26,7 @@ matrix_steam_bridge_config_path: "{{ matrix_steam_bridge_base_path }}/config" matrix_steam_bridge_data_path: "{{ matrix_steam_bridge_base_path }}/data" matrix_steam_bridge_docker_src_files_path: "{{ matrix_steam_bridge_base_path }}/docker-src" -matrix_steam_bridge_homeserver_address: "" +matrix_steam_bridge_homeserver_address: "" matrix_steam_bridge_homeserver_domain: "{{ matrix_domain }}" matrix_steam_bridge_appservice_address: "http://matrix-steam-bridge:{{ matrix_steam_bridge_appservice_port }}" matrix_steam_bridge_appservice_port: "8080" @@ -239,4 +239,4 @@ matrix_steam_bridge_bridge_encryption_default: "{{ matrix_bridges_encryption_def matrix_steam_bridge_bridge_encryption_require: false matrix_steam_bridge_bridge_encryption_appservice: false matrix_steam_bridge_bridge_encryption_key_sharing_allow: "{{ matrix_steam_bridge_bridge_encryption_allow }}" -matrix_steam_bridge_bridge_encryption_pickle_key: mautrix.bridge.e2ee \ No newline at end of file +matrix_steam_bridge_bridge_encryption_pickle_key: mautrix.bridge.e2ee diff --git a/roles/custom/matrix-bridge-steam/tasks/setup_install.yml b/roles/custom/matrix-bridge-steam/tasks/setup_install.yml index c56a61b99..ea1aa31ab 100644 --- a/roles/custom/matrix-bridge-steam/tasks/setup_install.yml +++ b/roles/custom/matrix-bridge-steam/tasks/setup_install.yml @@ -99,4 +99,4 @@ name: "matrix-steam-bridge.service" state: restarted daemon_reload: true - when: "matrix_steam_bridge_requires_restart | bool" \ No newline at end of file + when: "matrix_steam_bridge_requires_restart | bool" diff --git a/roles/custom/matrix-bridge-steam/tasks/setup_uninstall.yml b/roles/custom/matrix-bridge-steam/tasks/setup_uninstall.yml index ad419b364..361be0420 100644 --- a/roles/custom/matrix-bridge-steam/tasks/setup_uninstall.yml +++ b/roles/custom/matrix-bridge-steam/tasks/setup_uninstall.yml @@ -20,4 +20,4 @@ - name: Ensure matrix-steam-bridge.service doesn't exist ansible.builtin.file: path: "{{ devture_systemd_docker_base_systemd_path }}/matrix-steam-bridge.service" - state: absent \ No newline at end of file + state: absent