ansible-config_template/tests/files/test_content_no_overrides.json.expected
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

2 lines
67 B
Plaintext

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