Browse Source

Adjust matrix-bridge-steam files to add new line at the end of files

pull/4572/head
Slavi Pantaleev 5 months ago
parent
commit
e89fb8305e
3 changed files with 4 additions and 4 deletions
  1. +2
    -2
      roles/custom/matrix-bridge-steam/defaults/main.yml
  2. +1
    -1
      roles/custom/matrix-bridge-steam/tasks/setup_install.yml
  3. +1
    -1
      roles/custom/matrix-bridge-steam/tasks/setup_uninstall.yml

+ 2
- 2
roles/custom/matrix-bridge-steam/defaults/main.yml View File

@@ -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
matrix_steam_bridge_bridge_encryption_pickle_key: mautrix.bridge.e2ee

+ 1
- 1
roles/custom/matrix-bridge-steam/tasks/setup_install.yml View File

@@ -99,4 +99,4 @@
name: "matrix-steam-bridge.service"
state: restarted
daemon_reload: true
when: "matrix_steam_bridge_requires_restart | bool"
when: "matrix_steam_bridge_requires_restart | bool"

+ 1
- 1
roles/custom/matrix-bridge-steam/tasks/setup_uninstall.yml View File

@@ -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
state: absent

Loading…
Cancel
Save