Jimmy McCrory e5d22f39e9 Validate type of loaded yaml configuration files
Processed yaml configuration files are expected to have iterable
key-value pairs so loaded_configs should be validated to make sure
they're dictionary objects.

Ansible Vault encrypted user_secrets will be loaded by yaml as a string
and then ignored from further processing.

Change-Id: I08c5bff89eae2d49ab595317f249a420196c9cb1
2016-02-10 09:16:43 -06:00
..