You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@fa-elepape, thank you for raising this issue.
I acknowledge the bug in the collection for sslcert in specific as well as all the resources with create as action in the NITRO URL.
We will keep this in our planning and update here when it is fixed.
### Added
- introduced new states -- `created` and `imported` ([#295])
### Fixed
- removed default values in `nitro_resource_map.py` ([#313], [#314], [#311])
- default monitor can now be unbound from service ([#312])
- `ip` is now not mandatory for server based resources ([#297])
Describe the bug
When using
netscaler.adc.sslcert
, the module fails at the ansible module parameters validation because nostate
is supported:To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
The
sslcert
creation succeeds.Environment (please complete the following information):
Additional context
The
_supported_operations
of thesslcert
do not include theadd
orupdate
expected by theget_valid_desired_states
function.The text was updated successfully, but these errors were encountered: