From ba78c81771ea826d6497223edf97f06d2138253d Mon Sep 17 00:00:00 2001 From: Jamie Alexander Helmke <93094394+jamieahelmke@users.noreply.github.com> Date: Thu, 6 Nov 2025 11:14:23 +0100 Subject: [PATCH] Corrected Requirements list for setup description --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd94cf8..ef63e12 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A self-contained Ansible workspace for MacOS, Linux and other posix compliant sy ## Requirements -git, python3, pip3 +git, python3, python3-pip, python3-venv ## Setup @@ -29,4 +29,4 @@ git, python3, pip3 4. Run the example playbook: ```bash ansible-playbook -i ansible/inventory/hosts.yml ansible/playbooks/example.yml - ``` \ No newline at end of file + ```