Sfoglia il codice sorgente

Update docs/configuring-playbook-bot-draupnir.md: remove the "ensure-matrix-users-created" tag from the final command for installing

The bot user has been created already and it was confirmed, so the tag does not add the value at all.

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3983/head
Suguru Hirahara 1 anno fa
parent
commit
2ef7f1d25d
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: E4F9743DAB4B7B75
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      docs/configuring-playbook-bot-draupnir.md

+ 1
- 1
docs/configuring-playbook-bot-draupnir.md Vedi File

@@ -178,7 +178,7 @@ After configuring the playbook, run it with [playbook tags](playbook-tags.md) as


<!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. --> <!-- NOTE: let this conservative command run (instead of install-all) to make it clear that failure of the command means something is clearly broken. -->
```sh ```sh
ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start
ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start
``` ```


The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all` The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`


Caricamento…
Annulla
Salva