diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 5e9cd47aab..c22c1959cc 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -742,3 +742,4 @@ releases: release_summary: Changing galaxy. bugfixes: - Adding support to ansible.utils >=3.0 + - pnp_device_claim_to_site.py change configInfo from `list` to `dict` #135 diff --git a/plugins/action/pnp_device_claim_to_site.py b/plugins/action/pnp_device_claim_to_site.py index 1ec73115c2..6bceab4a17 100644 --- a/plugins/action/pnp_device_claim_to_site.py +++ b/plugins/action/pnp_device_claim_to_site.py @@ -29,7 +29,7 @@ siteId=dict(type="str"), type=dict(type="str"), imageInfo=dict(type="dict"), - configInfo=dict(type="list"), + configInfo=dict(type="dict"), rfProfile=dict(type="str"), staticIP=dict(type="str"), subnetMask=dict(type="str"),