mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-12-24 08:42:59 +03:00
Remove backticks from command examples to register a user
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
@@ -83,7 +83,7 @@ To register a user via this Ansible playbook, run the command below on your loca
|
||||
```sh
|
||||
ansible-playbook -i inventory/hosts setup.yml --extra-vars='username=YOUR_USERNAME_HERE password=YOUR_PASSWORD_HERE admin=<yes|no>' --tags=register-user
|
||||
|
||||
# Example: `ansible-playbook -i inventory/hosts setup.yml --extra-vars='username=john password=secret-password admin=yes' --tags=register-user`
|
||||
# Example: ansible-playbook -i inventory/hosts setup.yml --extra-vars='username=john password=secret-password admin=yes' --tags=register-user
|
||||
```
|
||||
|
||||
For more information, see the documentation for [registering users](registering-users.md).
|
||||
|
||||
Reference in New Issue
Block a user