From 511c020bec98fa6c64f591fdf71c6ab10b0cfb2d Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Sat, 25 Feb 2023 10:09:05 -0600 Subject: [PATCH] docs(README): Updated with a note about ansible version on control node --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6df684..e2a5906 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,9 @@ on processor architecture: ## ✅ System requirements -- Deployment environment must have Ansible 2.4.0+. If you need a quick primer on Ansible [you can check out my docs and setting up Ansible](https://docs.technotim.live/posts/ansible-automation/). +- Control Node (the machine you are running `ansible` commands) must have Ansible 2.11+ If you need a quick primer on Ansible [you can check out my docs and setting up Ansible](https://docs.technotim.live/posts/ansible-automation/). + +- Deployment environment must have Ansible 2.4.0+. - You will also need to install collections that this playbook uses by running `ansible-galaxy collection install -r ./collections/requirements.yml` (important❗)