remove group constrainte, it's now a normal group
This commit is contained in:
14
tests/dictionaries_old/01fill_autofreeze/makedict/after.json
Normal file
14
tests/dictionaries_old/01fill_autofreeze/makedict/after.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"rougail.my_var1": {
|
||||
"owner": "forced",
|
||||
"value": "no"
|
||||
},
|
||||
"rougail.my_var2": {
|
||||
"owner": "default",
|
||||
"value": "no"
|
||||
},
|
||||
"rougail.server_deployed": {
|
||||
"owner": "default",
|
||||
"value": false
|
||||
}
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"rougail.my_var1": "no",
|
||||
"rougail.my_var2": "no",
|
||||
"rougail.server_deployed": false
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
{
|
||||
"rougail.my_var1": {
|
||||
"owner": "default",
|
||||
"value": "no"
|
||||
},
|
||||
"rougail.my_var2": {
|
||||
"owner": "default",
|
||||
"value": "no"
|
||||
},
|
||||
"rougail.server_deployed": {
|
||||
"owner": "default",
|
||||
"value": false
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user