Merge pull request #110 from bdronneau/patch-1

docs(readme): typo on ansible
This commit is contained in:
Xan Manning 2021-04-18 16:12:14 +01:00 committed by GitHub
commit 60da06e137
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ and [CHANGELOG.md](CHANGELOG.md).
The host you're running Ansible from requires the following Python dependencies:
- `ansbile >= 2.9.16` or `ansible-base >= 2.10.4`
- `ansible >= 2.9.16` or `ansible-base >= 2.10.4`
You can install dependencies using the requirements.txt file in this repository:
`pip3 install -r requirements.txt`.