From e7e345da7e3e59ac078c78c4ca3da7b88bea45fe Mon Sep 17 00:00:00 2001 From: Richard Schwab Date: Fri, 7 Sep 2018 09:15:46 +0200 Subject: [PATCH] Correct version_added for strategy host_pinned (#45333) (cherry picked from commit 97fcc3ef6634282099e3fb9faf6513678ca63fe3) --- lib/ansible/plugins/strategy/host_pinned.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/strategy/host_pinned.py b/lib/ansible/plugins/strategy/host_pinned.py index e0c200c6158..52cf4880172 100644 --- a/lib/ansible/plugins/strategy/host_pinned.py +++ b/lib/ansible/plugins/strategy/host_pinned.py @@ -28,7 +28,7 @@ DOCUMENTATION = ''' Ansible will not wait for other hosts to finish the current task before queuing the next task for a host that has finished. Once a host is done with the play, it opens it's slot to a new host that was waiting to start. Other than that, it behaves just like the "free" strategy. - version_added: "2.0" + version_added: "2.7" author: Ansible Core Team '''