Quellcode durchsuchen

Update docs/configuring-playbook-etherpad.md: add ensure-matrix-users-created to the raw ansible-playbook

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3842/head
Suguru Hirahara vor 1 Jahr
Ursprung
Commit
6923527f7e
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: E4F9743DAB4B7B75
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      docs/configuring-playbook-etherpad.md

+ 1
- 1
docs/configuring-playbook-etherpad.md Datei anzeigen

@@ -48,7 +48,7 @@ After configuring the playbook and potentially [adjusting your DNS records](#adj


<!-- 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,start
ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start
``` ```


The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start`. The shortcut commands with `just` program are also available: `just run-tags install-all,start` or `just run-tags setup-all,start`.


Laden…
Abbrechen
Speichern