File tree Expand file tree Collapse file tree 4 files changed +27
-3
lines changed
Expand file tree Collapse file tree 4 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 22cisco_ios
33===============================
44
5+ .. _cisco_ios_v2.7.0 :
6+
7+ v2.7.0
8+ ======
9+
10+ .. _cisco_ios_v2.7.0_Major Changes :
11+
12+ Major Changes
13+ -------------
14+
15+ - Initial release of 2.7.0 ``cisco_ios `` Ansible role that is supported with Ansible 2.7.0
16+ - Dependant role ``ansible-network.network-engine `` should be upgraded with version >= 2.7.2
17+
18+ .. _cisco_ios_v2.7.0_Bugfixes :
19+
20+ Bugfixes
21+ --------
22+
23+ - multiline banner processing (cli_config issue) (#69)
24+ - Ensure that subset is a list. Align docs with fact map (#47)
25+ - Created test for show_interfaces parser (#58)
26+ - fix for 'interfaces' facts (#55)
27+ - fix for handling config text with lines containing only whitespace chars (#64)
28+
529.. _cisco_ios_v2.6.3 :
630
731v2.6.3
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ ios_config_source:
1111ios_get_facts_command_map : " {{ role_path }}/vars/get_facts_command_map.yaml"
1212ios_get_facts_subset : " {{ subset | default(['default']) }}"
1313ios_dependent_role_check : True
14- ios_network_engine_req_ver_override : ' 2.6.5 '
14+ ios_network_engine_req_ver_override : ' 2.7.2 '
Original file line number Diff line number Diff line change 22- name : set role basic facts
33 set_fact :
44 ansible_network_ios_path : " {{ role_path }}"
5- ansible_network_ios_version : " v2.6.2 "
5+ ansible_network_ios_version : " v2.7.0 "
66
77- name : display the role version to stdout
88 debug :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ galaxy_info:
88
99 license : GPLv3
1010
11- min_ansible_version : 2.6
11+ min_ansible_version : 2.7
1212
1313 # If this a Container Enabled role, provide the minimum Ansible Container version.
1414 # min_ansible_container_version:
You can’t perform that action at this time.
0 commit comments