Procházet zdrojové kódy

Fix documentation bug in configuring-playbook-bridge-mautrix-signal.md

With the `|` the yaml is interpreted and saved to the configuration as a string and mautrix-signal doesn't start.
pull/3194/head
Benjamin Kampmann před 2 roky
committed by GitHub
rodič
revize
11f6e2e810
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: B5690EEEBB952194
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      docs/configuring-playbook-bridge-mautrix-signal.md

+ 1
- 1
docs/configuring-playbook-bridge-mautrix-signal.md Zobrazit soubor

@@ -45,7 +45,7 @@ This will add the admin permission to the specific user, while keeping the defau

In case you want to replace the default permissions settings **completely**, populate the following item within your `vars.yml` file:
```yaml
matrix_mautrix_signal_bridge_permissions: |
matrix_mautrix_signal_bridge_permissions:
'@ADMIN:YOUR_DOMAIN': admin
'@USER:YOUR_DOMAIN' : user
```


Načítá se…
Zrušit
Uložit