1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

corrected yaml extensions ini setting

This commit is contained in:
Brian Coca 2017-09-28 22:59:25 -04:00 committed by Brian Coca
parent 3b1376ad09
commit 44d2f21e02

View file

@ -1478,7 +1478,7 @@ YAML_FILENAME_EXTENSIONS:
env:
- name: ANSIBLE_YAML_FILENAME_EXT
ini:
- section: yaml_valid_extensions
key: defaults
- section: defaults
key: yaml_valid_extensions
type: list
...