Skip to content

Commit 16b6b39

Browse files
authored
v270 rel changes (#71)
Signed-off-by: Deepak Agrawal <deepacks@gmail.com>
1 parent 2fd0053 commit 16b6b39

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

CHANGELOG.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22
cisco_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

731
v2.6.3

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ ios_config_source:
1111
ios_get_facts_command_map: "{{ role_path }}/vars/get_facts_command_map.yaml"
1212
ios_get_facts_subset: "{{ subset | default(['default']) }}"
1313
ios_dependent_role_check: True
14-
ios_network_engine_req_ver_override: '2.6.5'
14+
ios_network_engine_req_ver_override: '2.7.2'

includes/init.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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:

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)