rougail-user-data-yaml/tests/results/40_9leadership-calculation-variable/file/all_exclude.yml

26 lines
592 B
YAML
Raw Normal View History

2025-04-27 10:19:57 +02:00
{
"rougail": {
"calculate": [
"string1",
"string2",
"string3"
],
"leader": [
{
"leader": "string1",
"follower1": "string1",
"follower2": "string1"
},
{
"leader": "string2",
"follower1": "string2",
"follower2": "string2"
},
{
"leader": "string3",
"follower1": "string3",
"follower2": "string3"
}
]
}
}