Skip to content

Commit 78e1bef

Browse files
authored
Merge pull request #15 from cisco-en-programmability/documentation_fix
Documentation issue fix
2 parents 7d4d4ea + 53b0d08 commit 78e1bef

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

plugins/modules/provision_workflow_manager.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -243,20 +243,17 @@
243243
required: true
244244
additional_identifiers:
245245
description: |
246-
- A list of additional context-specific identifiers that provide customization parameters for the feature template.
246+
- A dictionary of additional context-specific identifiers that provide customization parameters for the feature template.
247247
- These identifiers enable site-specific and WLAN-specific customization of the template during deployment.
248-
- Each identifier contains key-value pairs that help adapt the template for specific deployment scenarios and locations.
249-
- Multiple identifiers can be specified to support complex deployment requirements with different WLAN profiles and site contexts.
250-
type: list
251-
elements: dict
248+
- Contains key-value pairs that help adapt the template for specific deployment scenarios and locations.
249+
type: dict
252250
required: false
253251
suboptions:
254252
wlan_profile_name:
255253
description: |
256254
- The WLAN profile name to be associated with the feature template during wireless controller provisioning.
257255
- This profile defines wireless network parameters including SSID, security settings, VLAN assignments, and QoS policies.
258256
- The WLAN profile must exist in Cisco Catalyst Center and be properly configured before template application.
259-
- Multiple WLAN profiles can be referenced by specifying multiple additional identifier entries.
260257
type: str
261258
required: false
262259
site_name_hierarchy:

0 commit comments

Comments
 (0)