From d63a71e3f83fc23defb97393367859634881b8da Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Fri, 15 May 2020 02:53:35 -0500 Subject: [PATCH] typofix - globbing instead of globing. (#69515) Fix typo introduced in PR #69087 --- lib/ansible/plugins/lookup/unvault.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/lookup/unvault.py b/lib/ansible/plugins/lookup/unvault.py index 721e4fd4656..331aa27a7e7 100644 --- a/lib/ansible/plugins/lookup/unvault.py +++ b/lib/ansible/plugins/lookup/unvault.py @@ -15,7 +15,7 @@ DOCUMENTATION = """ description: path(s) of files to read required: True notes: - - This lookup does not understand 'globing' nor shell environment variables. + - This lookup does not understand 'globbing' nor shell environment variables. """ EXAMPLES = """