Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to fix module render error #42

Merged
merged 1 commit into from
Feb 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Other versions of this collection have support for previous Cisco DNA Center ver
|--------------------------|------------------------------|-------------------------------|
| 2.1.1 | 3.0.0 | 2.2.5 |
| 2.2.2.3 | 3.3.0 | 2.3.3 |
| 2.2.3.3 | 5.1.0 | 2.4.5 |
| 2.2.3.3 | 5.1.1 | 2.4.5 |

*Notes*:

Expand Down
6 changes: 6 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -411,3 +411,9 @@ releases:
minor_changes:
- tag_membership - changes in memberToTags from list to object in the way the value is obtained.
- Update README
5.1.1:
release_date: "2022-02-07"
changes:
release_summary: Fixes tag_membership module documentation
minor_changes:
- tag_membership - Fixes module documentation
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: 5.1.0
version: 5.1.1
readme: README.md
authors:
- Rafael Campos <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions plugins/modules/tag_membership.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
dnac_version: "{{dnac_version}}"
dnac_debug: "{{dnac_debug}}"
memberToTags:
- {{templateID}}:
- "{{tagID}}"
- 8bf887f3-7cc2-4bd2-9407-df0fe6b7f63a:
- 7bf887f3-7cc2-7bd2-9407-df0fe6b7f63a
memberType: string

"""
Expand Down