docs(readme): typo on ansible

This commit is contained in:
Bastien Dronneau 2021-04-18 10:30:08 +02:00 committed by GitHub
parent 03b29cb09d
commit 9a13d67468
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`.