Skip to content

Commit

Permalink
Merge pull request #42 from cisco-en-programmability/develop
Browse files Browse the repository at this point in the history
Update to fix module render error
  • Loading branch information
wastorga authored Feb 7, 2022
2 parents 081cf05 + 011f040 commit 876b8ad
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
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

0 comments on commit 876b8ad

Please sign in to comment.