mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Fix typo in ignore_unknown_extensions doc
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
committed by
Brian Coca
parent
7a35e2f8c1
commit
13dd1acbec
@@ -56,10 +56,10 @@ options:
|
||||
description:
|
||||
- List of file extensions to read when using C(dir).
|
||||
default: [yaml, yml, json]
|
||||
ignore_unkown_extensions:
|
||||
ignore_unknown_extensions:
|
||||
version_added: "2.7"
|
||||
description:
|
||||
- Ignore unkown file extensions within the directory. This allows users to specify a directory containing vars files
|
||||
- Ignore unknown file extensions within the directory. This allows users to specify a directory containing vars files
|
||||
that are intermingled with non vars files extension types (For example, a directory with a README in it and vars files)
|
||||
default: False
|
||||
free-form:
|
||||
|
||||
Reference in New Issue
Block a user