Releases: arista-eosplus/ansible-eos-mlag
ansible-eos-mlag role v2.1.8
ansible-eos-mlag role v2.1.7
This release updates the role for Ansible 2.3 compatibility in addition to miscellaneous fixes to the functionality of the role and the role testing framework.
ansible-eos-mlag role v2.1.6
Update galaxy tags
ansible-eos-mlag role v2.1.5
Pull in arista-ansible-role-test updates
Save and restore startup-config before and after running test suite
This release includes changes to the arista-ansible-role-test framework that will save the startup-config on each device before running tests and restore that config after the test suite completes, returning the device to its initial state.
Save configuration to startup-config when changes occur
This release includes a handler to save any changes to the running-config over to the startup-config when a change is made due to the role.
Update for role testing
This release adds the arista-ansible-role-test repo to the role and includes test cases for the role.
Hotfix for template
Fixes missing argument in portchannel template.
Fix eos_template ordering
The eos_template module doesn't always run commands in the order the template specifies them. To get around this we broke up the template snippets into separate templates and then execute multiple tasks.
Update keys for latest dict
The later Ansible devel code changed the returned dict - this addresses that.