Update docs/configuring-playbook-jwt-service.md

Co-authored-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
Slavi Pantaleev 2024-11-21 16:23:28 +02:00 committed by GitHub
parent df6ef106d1
commit ec41c1aba5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,10 +33,8 @@ matrix_element_call_livekit_dev_key: 'your-secure-livekit-key'
``` ```
## Installing ## Installing
After potentially adjusting DNS records and configuring the playbook, run the installation command again:
```yaml After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the [installation](installing.md) command: `just install-all` or `just setup-all`
ansible-playbook -i inventory setup.yml
```
## Usage ## Usage