The documentation shows the data filed without the dashes and ansible produces runtime warnings about duplicate values.
If the objects bring created already exist with the same values error is reported, shouldn't this be idempotent e.g. it can be run multiple times with the same result:
fatal: [fmcrestapisandbox.cisco.com]: FAILED! => {"changed": false, "msg": "Server returned an error trying to execute createMultipleURLObject operation. Status code: 400. Server response: The object name UrlObject110111 already exists. Enter a new name."}
When calling createMultipleURLObject with mutliple items facts for the objects are not created like createMultipleNetworkObject does. Sample:
The documentation shows the data filed without the dashes and ansible produces runtime warnings about duplicate values.
If the objects bring created already exist with the same values error is reported, shouldn't this be idempotent e.g. it can be run multiple times with the same result:
fatal: [fmcrestapisandbox.cisco.com]: FAILED! => {"changed": false, "msg": "Server returned an error trying to execute createMultipleURLObject operation. Status code: 400. Server response: The object name UrlObject110111 already exists. Enter a new name."}