mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
DOCUMENTATION strings
This commit is contained in:
@@ -24,12 +24,12 @@ module: fail
|
||||
short_description: Fail with custom message
|
||||
description:
|
||||
- This module fails the progress with a custom message. It can be
|
||||
useful for bailing out when a certain condition is met using only_if.
|
||||
useful for bailing out when a certain condition is met using C(only_if).
|
||||
version_added: "0.8"
|
||||
options:
|
||||
msg:
|
||||
description:
|
||||
- The customized message used for failing execution. If ommited,
|
||||
- The customized message used for failing execution. If omitted,
|
||||
fail will simple bail out with a generic message.
|
||||
required: false
|
||||
default: "'Failed as requested from task'"
|
||||
|
||||
Reference in New Issue
Block a user