From 011f040f741e75d3d6c8402f223ec95f3a9c2622 Mon Sep 17 00:00:00 2001 From: William Astorga Date: Mon, 7 Feb 2022 17:25:30 -0600 Subject: [PATCH] Update to fix module render error --- README.md | 2 +- changelogs/changelog.yaml | 6 ++++++ galaxy.yml | 2 +- plugins/modules/tag_membership.py | 4 ++-- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 26853a412f..9eeffe609b 100644 --- a/README.md +++ b/README.md @@ -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*: diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index ff775b7d34..25d69a4042 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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 diff --git a/galaxy.yml b/galaxy.yml index 52e70c488b..6aa8dd3a8e 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: cisco name: dnac -version: 5.1.0 +version: 5.1.1 readme: README.md authors: - Rafael Campos diff --git a/plugins/modules/tag_membership.py b/plugins/modules/tag_membership.py index dc4775e7d4..859571f4e2 100644 --- a/plugins/modules/tag_membership.py +++ b/plugins/modules/tag_membership.py @@ -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 """