Skip to content

Commit

Permalink
Clarify in docs that end_play affects all hosts (ansible#40235)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrizek authored and jborean93 committed May 17, 2018
1 parent db8f10e commit b116eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/modules/utilities/helper/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
- "C(noop) (added in 2.0) This literally does 'nothing'. It is mainly used internally and not recommended for general use."
- "C(clear_facts) (added in 2.1) causes the gathered facts for the hosts specified in the play's list of hosts to be cleared, including the fact cache."
- "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(s). Note that this affects all hosts."
- "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', 'reset_connection']
required: true
Expand Down

0 comments on commit b116eaa

Please sign in to comment.