summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Schwab <mail@w.tf-w.tf>2018-09-07 09:15:46 +0200
committerToshio Kuratomi <a.badger@gmail.com>2018-09-07 07:12:40 -0700
commite7e345da7e3e59ac078c78c4ca3da7b88bea45fe (patch)
treea6b7481693ae89b248f9bce10ec2a76088cc9219
parent2fcae8b367a53d9a80d6e50abbfb9af425ec4368 (diff)
downloadansible-e7e345da7e3e59ac078c78c4ca3da7b88bea45fe.tar.gz
Correct version_added for strategy host_pinned (#45333)
(cherry picked from commit 97fcc3ef6634282099e3fb9faf6513678ca63fe3)
-rw-r--r--lib/ansible/plugins/strategy/host_pinned.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/plugins/strategy/host_pinned.py b/lib/ansible/plugins/strategy/host_pinned.py
index e0c200c615..52cf488017 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
'''