Correct version_added for strategy host_pinned (#45333)
parent
fca1dc4cf2
commit
97fcc3ef66
|
@ -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
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue