mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
Update include_vars.py (#36106)
ignore_files is a list. Example was incorrect.
This commit is contained in:
committed by
Adam Miller
parent
d145dfbcf1
commit
bf53e441b1
@@ -111,7 +111,7 @@ EXAMPLES = """
|
||||
- name: Include all .yaml files except bastion.yaml (2.3)
|
||||
include_vars:
|
||||
dir: vars
|
||||
ignore_files: bastion.yaml
|
||||
ignore_files: [bastion.yaml]
|
||||
extensions: [yaml]
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user