Skip to content

Commit

Permalink
Fix:
Browse files Browse the repository at this point in the history
- pep8
- pylint
- validate-modules
  • Loading branch information
bvargasre committed Jun 3, 2024
1 parent 715bcff commit 7137347
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The following table shows the supported versions.
| 2.2.3.3 | 6.4.0 | 2.4.11 |
| 2.3.3.0 | 6.6.4 | 2.5.5 |
| 2.3.5.3 | 6.13.3 | 2.6.11 |
| 2.3.7.6 | ^6.14.1 | ^2.7.1 |
| 2.3.7.6 | ^6.15.0 | ^2.7.1 |

If your Ansible collection is older please consider updating it first.

Expand Down
4 changes: 2 additions & 2 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -909,9 +909,9 @@ releases:
- network_device_user_defined_field_delete - new module
- users_external_authentication - new module
- users_external_servers_aaa_attribute - new module
6.14.1:
6.15.0:
release_date: "2024-06-03"
changes:
release_summary: Fix module name.
bugfixes:
minor_changes:
- Fix module name from network_device_config__info to configuration_archive_details_info.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: cisco
name: dnac
version: 6.14.1
version: 6.15.0
readme: README.md
authors:
- Rafael Campos <rcampos@altus.cr>
Expand Down
2 changes: 1 addition & 1 deletion plugins/action/configuration_archive_details_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ def run(self, tmp=None, task_vars=None):
)
self._result.update(dict(dnac_response=response))
self._result.update(dnac.exit_json())
return self._result
return self._result
6 changes: 3 additions & 3 deletions plugins/modules/configuration_archive_details_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

DOCUMENTATION = r"""
---
module: configuration_archive_details_info
module: configuration_archive_details_info
short_description: Information module for Network Device Config
description:
- Get all Network Device Config.
- >
Returns the historical device configurations running configuration , startup configuration , vlan if applicable by
specified criteria.
version_added: '6.14.1'
version_added: '6.15.0'
extends_documentation_fragment:
- cisco.dnac.module_info
author: Rafael Campos (@racampos)
Expand Down Expand Up @@ -132,4 +132,4 @@
"deviceName": "string"
}
]
"""
"""

0 comments on commit 7137347

Please sign in to comment.