Correct version_added for strategy host_pinned (#45333)
This commit is contained in:
parent
fca1dc4cf2
commit
97fcc3ef66
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
'''
|
||||
|
||||
|
|
Loading…
Reference in a new issue