Working with module ios_config in ansible and use save_when, backup, default parameters

How to use save_when parameter of ios_config module in ansible? The save_when parameter allows you to specify whether you want to save the current configuration to startup config. By default, the parameter value is no. Available value options: always – always save the configuration (in this case, the modified flag will be True) never (default) […]

Read More