Update include_vars.py (#36106)
ignore_files is a list. Example was incorrect.
This commit is contained in:
parent
d145dfbcf1
commit
bf53e441b1
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ EXAMPLES = """
|
||||||
- name: Include all .yaml files except bastion.yaml (2.3)
|
- name: Include all .yaml files except bastion.yaml (2.3)
|
||||||
include_vars:
|
include_vars:
|
||||||
dir: vars
|
dir: vars
|
||||||
ignore_files: bastion.yaml
|
ignore_files: [bastion.yaml]
|
||||||
extensions: [yaml]
|
extensions: [yaml]
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue