ansible-network / config_manager

Ansible Network Config Manager Role
GNU General Public License v3.0
23 stars 17 forks source link

move the config file load into config_manager #10

Closed privateip closed 5 years ago

privateip commented 5 years ago

This change moves the handling of the config file to the config_manager/load function. The load function will now handle off only config_manager_text to the platform role for implementation.

This change also makes config_manager_text, config_manager_file and config_manager_scm_url all mutually exclusive.