瀏覽代碼

Update installing.md

I believe this is typo.
pull/3743/head
Mitja Jež 1 年之前
committed by GitHub
父節點
當前提交
d817a923a3
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: B5690EEEBB952194
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      docs/installing.md

+ 1
- 1
docs/installing.md 查看文件

@@ -4,7 +4,7 @@ If you've [configured your DNS](configuring-dns.md) and have [configured the pla

**Before installing** and each time you update the playbook in the future, you will need to update the Ansible roles in this playbook by running `just roles`. `just roles` is a shortcut (a `roles` target defined in [`justfile`](../justfile) and executed by the [`just`](https://github.com/casey/just) utility) which ultimately runs [agru](https://github.com/etkecc/agru) or [ansible-galaxy](https://docs.ansible.com/ansible/latest/cli/ansible-galaxy.html) (depending on what is available in your system) to download Ansible roles. If you don't have `just`, you can also manually run the `roles` commands seen in the `justfile`.

There's another shortcut (`just update`) which updates the playbook (`git pull`) and updates roles (`just update`) at the same time.
There's another shortcut (`just update`) which updates the playbook (`git pull`) and updates roles (`just roles`) at the same time.


## Playbook tags introduction


Loading…
取消
儲存