Fix broken reference to FAQ (#79621)

pull/79712/head
Rune Juhl Jacobsen 3 years ago committed by GitHub
parent 56d142350d
commit 602824db1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,7 +15,7 @@ options:
- The validation command to run before copying the updated file into the final destination. - The validation command to run before copying the updated file into the final destination.
- A temporary file path is used to validate, passed in through '%s' which must be present as in the examples below. - A temporary file path is used to validate, passed in through '%s' which must be present as in the examples below.
- Also, the command is passed securely so shell features such as expansion and pipes will not work. - Also, the command is passed securely so shell features such as expansion and pipes will not work.
- For an example on how to handle more complex validation than what this option provides, - For an example on how to handle more complex validation than what this
see L(Complex configuration validation,https://docs.ansible.com/ansible/devel/reference_appendices/faq.html). option provides, see R(handling complex validation,complex_configuration_validation).
type: str type: str
''' '''

Loading…
Cancel
Save