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/ansible-inventory/files/valid_sample.toml

4 lines
130 B
TOML

[somegroup.hosts.something]
foo = "bar"
some_dict = { some_int = 1, some_float = 1.1, some_bool = true, some_list = [ 1, 2, 3 ] }