with open(self.config_file, 'w') as outfile:
            outfile.write(yaml.dump(self.config, default_flow_style=False))