Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken reference to FAQ #79621

Merged
merged 2 commits into from Jan 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/ansible/plugins/doc_fragments/validate.py
Expand Up @@ -15,7 +15,7 @@ class ModuleDocFragment(object):
- 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.
- 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,
see L(Complex configuration validation,https://docs.ansible.com/ansible/devel/reference_appendices/faq.html).
- For an example on how to handle more complex validation than what this
option provides, see R(handling complex validation,complex_configuration_validation).
type: str
'''