From e0399d1dbf19397d2af310a8d094df78b7e6cb29 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 6 Nov 2022 07:05:44 -0600 Subject: [PATCH] update requirements --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 6816391..7aea702 100644 --- a/readme.md +++ b/readme.md @@ -14,6 +14,7 @@ I have had the best results to run the code locally first ``` bash git clone https://github.com/DeveloperDurp/DesktopAnsible.git cd DesktopAnsible +sudo ansible-galaxy install -f requirements.yml sudo ansible-playbook local.yml ```