mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
tests files extensions in group/host_vars dir
only files with extensions as per C.YAML_FILENAME_EXTENSIONS should be parsed
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
---
|
||||
YAML_FILENAME_EXTENSIONS_TEST: False
|
||||
@@ -0,0 +1,2 @@
|
||||
---
|
||||
YAML_FILENAME_EXTENSIONS_TEST: False
|
||||
2
test/units/inventory_test_data/group_vars/parse/all.yml
Normal file
2
test/units/inventory_test_data/group_vars/parse/all.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
YAML_FILENAME_EXTENSIONS_TEST: True
|
||||
@@ -20,3 +20,9 @@ Bast[C:D]
|
||||
|
||||
[auth]
|
||||
neptun auth="YWRtaW46YWRtaW4="
|
||||
|
||||
[parse:children]
|
||||
noparse
|
||||
|
||||
[noparse]
|
||||
goldorak
|
||||
|
||||
Reference in New Issue
Block a user