From 7a39a3ea4ef54e15f9db46bf517ae0e9987cd794 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Thu, 21 Nov 2024 23:30:30 +0900 Subject: [PATCH] Update docs/quick-start.md: add headers inside the install section These headers should make it perfectly clear that there are two steps to be done to install with the playbook Signed-off-by: Suguru Hirahara --- docs/quick-start.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/quick-start.md b/docs/quick-start.md index 83762f4ed..a75d687c8 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -94,8 +94,12 @@ Before editing those two files, make sure to read explanations on them to unders After editing `vars.yml` and `hosts` files, let's start the **installation** procedure. +### Update Ansible roles + Before installing, you need to update the Ansible roles in this playbook. To update them, run `just roles` on your local computer. +### Run installation command + Then, run the command below to start installation: ````sh