mirror of
https://github.com/jamieahelmke/ansible-quickstart.git
synced 2026-01-02 06:32:12 +01:00
Corrected Requirements list for setup description
This commit is contained in:
committed by
GitHub
parent
d5704cc5f6
commit
ba78c81771
@@ -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
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user