From fa7c0191ee2958641459180784e6fa4e5526feac Mon Sep 17 00:00:00 2001 From: Scott Buchanan Date: Mon, 27 Apr 2020 19:52:19 -0400 Subject: [PATCH] correct latest ansible version supported --- docs/ansible_detailed.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ansible_detailed.rst b/docs/ansible_detailed.rst index 27798faa..da34d30b 100644 --- a/docs/ansible_detailed.rst +++ b/docs/ansible_detailed.rst @@ -145,7 +145,7 @@ Testimonials Noteworthy Differences ---------------------- -* Ansible 2.3-2.8 are supported along with Python 2.6, 2.7, 3.6 and 3.7. Verify +* Ansible 2.3-2.9 are supported along with Python 2.6, 2.7, 3.6 and 3.7. Verify your installation is running one of these versions by checking ``ansible --version`` output.