openstack-ansible-plugins/tests/templates/test.json
Miguel Alex Cantu 371cbc1fde Handle 'dict' type as input of 'content'
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
2017-06-22 21:46:31 +00:00

8 lines
96 B
JSON

{
"alfa": "bravo",
"charlie" : "echo",
"foxtrot": {
"golf": "hotel"
}
}