Clarity edit (#22639)

This commit is contained in:
Dubh Ad 2022-05-05 09:35:35 +01:00 committed by GitHub
parent 51a8f37041
commit 2062d7d976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,7 +205,7 @@ This will allow you to `!include` files with `.yml` extensions from within the `
- `!include_dir_merge_list` will return the content of a directory as a list by merging all files (which should contain a list) into 1 big list.
- `!include_dir_merge_named` will return the content of a directory as a dictionary by loading each file and merging it into 1 big dictionary.
These work recursively. As an example using `!include_dir_* automation`, will include all 6 files shown below:
These work recursively. As an example using `!include_dir_list automation`, will include all 6 files shown below:
```bash
.