From 9a13d6746848dc2b4fbf717d08692ecb1f6a3e5c Mon Sep 17 00:00:00 2001 From: Bastien Dronneau Date: Sun, 18 Apr 2021 10:30:08 +0200 Subject: [PATCH] docs(readme): typo on ansible --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e6dac4..016189c 100644 --- a/README.md +++ b/README.md @@ -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`.