Fix typo in docs for "globbing" (#76324)

Constent with the rest of the documentation including fileglob.
pull/76341/head
nemobis 3 years ago committed by GitHub
parent 1b34933414
commit 0360728b7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -377,7 +377,7 @@ Here's a simple lookup plugin implementation --- this lookup returns the content
key: option1
notes:
- if read in variable context, the file can be interpreted as YAML if the content is valid to the parser.
- this lookup does not understand globing --- use the fileglob lookup instead.
- this lookup does not understand globbing --- use the fileglob lookup instead.
"""
from ansible.errors import AnsibleError, AnsibleParserError
from ansible.plugins.lookup import LookupBase

@ -27,7 +27,7 @@ DOCUMENTATION = """
default: False
notes:
- if read in variable context, the file can be interpreted as YAML if the content is valid to the parser.
- this lookup does not understand 'globing', use the fileglob lookup instead.
- this lookup does not understand 'globbing', use the fileglob lookup instead.
"""
EXAMPLES = """

Loading…
Cancel
Save