Little documentation fix (#24522)
Added the 'reset_connection' option to the available choices
This commit is contained in:
parent
4638b5f2da
commit
a47fbba8ae
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ options:
|
||||||
- "C(clear_host_errors) (added in 2.1) clears the failed state (if any) from hosts specified in the play's list of hosts."
|
- "C(clear_host_errors) (added in 2.1) clears the failed state (if any) from hosts specified in the play's list of hosts."
|
||||||
- "C(end_play) (added in 2.2) causes the play to end without failing the host."
|
- "C(end_play) (added in 2.2) causes the play to end without failing the host."
|
||||||
- "C(reset_connection) (added in 2.3) interrupts a persistent connection (i.e. ssh + control persist)"
|
- "C(reset_connection) (added in 2.3) interrupts a persistent connection (i.e. ssh + control persist)"
|
||||||
choices: ['noop', 'flush_handlers', 'refresh_inventory', 'clear_facts', 'clear_host_errors', 'end_play']
|
choices: ['noop', 'flush_handlers', 'refresh_inventory', 'clear_facts', 'clear_host_errors', 'end_play', 'reset_connection']
|
||||||
required: true
|
required: true
|
||||||
default: null
|
default: null
|
||||||
notes:
|
notes:
|
||||||
|
|
Loading…
Reference in a new issue