From c68e9dc2eb5d5a66b5a43615c2787b4c69c834ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingy=20d=C3=B6t=20Net?= Date: Sun, 4 Feb 2024 09:31:32 -0800 Subject: [PATCH] Update configuring-playbook.md `mkdir` with multiple subdirs needs `-p` --- docs/configuring-playbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring-playbook.md b/docs/configuring-playbook.md index 1d6227856..413db7b8d 100644 --- a/docs/configuring-playbook.md +++ b/docs/configuring-playbook.md @@ -8,7 +8,7 @@ To configure the playbook, you need to have done the following things: You can then follow these steps inside the playbook directory: -1. create a directory to hold your configuration (`mkdir inventory/host_vars/matrix.`) +1. create a directory to hold your configuration (`mkdir -p inventory/host_vars/matrix.`) 1. copy the sample configuration file (`cp examples/vars.yml inventory/host_vars/matrix./vars.yml`)