Переглянути джерело

Fix entries on the table

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3811/head
Suguru Hirahara 1 рік тому
джерело
коміт
5486395ed2
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: E4F9743DAB4B7B75
1 змінених файлів з 3 додано та 3 видалено
  1. +3
    -3
      docs/just.md

+ 3
- 3
docs/just.md Переглянути файл

@@ -10,10 +10,10 @@ For some recipes such as `just update`, our `justfile` recommends to install [ag

Here are some examples of shortcuts:

| Shortcut | Effect |
| Shortcut | Result |
|-----------------------------------------------|----------------------------------------------------------------------------------------------------------------|
| `just roles` | Run `make roles` to install the necessary Ansible roles pinned in [`requirements.yml`](../requirements.yml) |
| `just update` | Run `git pull` (to update the playbook) and `just roles` |
| `just roles` | Install the necessary Ansible roles pinned in [`requirements.yml`](../requirements.yml) |
| `just update` | Run `git pull` (to update the playbook) and install the Ansible roles |
| `just install-all` | Run `ansible-playbook -i inventory/hosts setup.yml --tags=install-all,ensure-matrix-users-created,start` |
| `just setup-all` | Run `ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-users-created,start` |
| `just install-all --ask-vault-pass` | Run commands with additional arguments (`--ask-vault-pass` will be appended to the above installation command) |


Завантаження…
Відмінити
Зберегти