Corrected Requirements list for setup description

This commit is contained in:
Jamie Alexander Helmke
2025-11-06 11:14:23 +01:00
committed by GitHub
parent d5704cc5f6
commit ba78c81771

View File

@@ -9,7 +9,7 @@ A self-contained Ansible workspace for MacOS, Linux and other posix compliant sy
## Requirements ## Requirements
git, python3, pip3 git, python3, python3-pip, python3-venv
## Setup ## Setup
@@ -29,4 +29,4 @@ git, python3, pip3
4. Run the example playbook: 4. Run the example playbook:
```bash ```bash
ansible-playbook -i ansible/inventory/hosts.yml ansible/playbooks/example.yml ansible-playbook -i ansible/inventory/hosts.yml ansible/playbooks/example.yml
``` ```