371cbc1fde
When users specificy the 'content' attribute when using the config_template module, it's possible that this input can be a dict. This commit handles dictionary input, and dumps it accordingly based on 'config_type' Change-Id: I1f12810ad7ce5746f8938ec9d608c532ba530d58
8 lines
96 B
JSON
8 lines
96 B
JSON
{
|
|
"alfa": "bravo",
|
|
"charlie" : "echo",
|
|
"foxtrot": {
|
|
"golf": "hotel"
|
|
}
|
|
}
|