Correct version_added for strategy host_pinned (#45333)

pull/4420/head
Richard Schwab 2018-09-07 09:15:46 +02:00 committed by Martin Krizek
parent fca1dc4cf2
commit 97fcc3ef66
1 changed files with 1 additions and 1 deletions

View File

@ -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. 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. 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. Other than that, it behaves just like the "free" strategy.
version_added: "2.0" version_added: "2.7"
author: Ansible Core Team author: Ansible Core Team
''' '''