You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/config/type_munging.cfg

12 lines
181 B
INI

[defaults]
nothing = here
[list_values]
valid = 1, 2, 3
mustunquote = '1', '2', '3'
notvalid = [1, 2, 3]
totallynotvalid = ['1', '2', '3']
[string_values]
str_mustunquote = 'foo'