From 5b882be546e692274d1786bdce7f971e3b9b0e90 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sat, 30 Dec 2023 18:50:28 +0100 Subject: [PATCH] added directory creation in the setup instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 96bd7df..5eb0d35 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Laptop configuration for Arch Linux ### Setup the variables needed for running the playbook ```bash +mkdir --parent ansible/roles/user/vars touch ansible/roles/user/vars/main.yml ```