From d2c934cb7015fca47995634bebf6496376a8a6d2 Mon Sep 17 00:00:00 2001 From: Esko Date: Sun, 4 Aug 2019 01:53:05 +0200 Subject: [PATCH] Add flag -p to mkdir to create recursively --- 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 4943415cd..f89945d92 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: -- create a directory to hold your configuration (`mkdir inventory/host_vars/matrix.`) +- create a directory to hold your configuration (`mkdir -p inventory/host_vars/matrix.`) - copy the sample configuration file (`cp examples/host-vars.yml inventory/host_vars/matrix./vars.yml`)