for configDict in yaml.load_all(stream): | |
if configDict['instance']['id'] == instance: | |
#assign local variables | |
TEST_CONFIG_FILE.write("id: " + configDict['instance']['saltId'] + "\n") | |
yaml.dump(configDict['instance']['grains'], TEST_CONFIG_FILE) | |
TEST_CONFIG_FILE.close() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment