ansible-meraki icon indicating copy to clipboard operation
ansible-meraki copied to clipboard

meraki_webhook_payload_template - Problems with deletion?

Open kbreit opened this issue 1 year ago • 11 comments

@joshuajcoronado - I am having some problems with this module. I keep getting errors saying the template name is already created in the organization. However, the API refers to networks. The integration tests aren't self-contained either:

TASK [meraki_webhook_payload_template : Create webhook payload template] *******
fatal: [localhost]: FAILED! => {"changed": false, "msg": "HTTP error 400 - https://api.meraki.com/api/v1/networks/N_624874448297698169/webhooks/payloadTemplates - Name validation failed. A webhook payload template with this name already exists for this organization", "response": "OK (unknown bytes)", "status": 400}

I'd expect this to succeed.

kbreit avatar Dec 18 '22 03:12 kbreit