rubrik-modules-for-ansible icon indicating copy to clipboard operation
rubrik-modules-for-ansible copied to clipboard

rubrik_create_sla should be renamed to rubrik_sla and enforce changes to existing sla instead of failing if SLA exists

Open KowMangler opened this issue 4 years ago • 2 comments

Is your feature request related to a problem? Please describe.

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

I'm unable to run the playbook a second time without using a raw "GET" method against the SLA listing, iterating over the list of SLAs checking to see if I've already set the SLA, setting a var to use in a condition to create the SLA.

Describe the solution you'd like

A clear and concise description of what you want to happen.

Create a config-management type of module instead of a scripty create module that is not idempotent.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Custom code and conditional prechecks outside of the module.

Additional context

Add any other context or screenshots about the feature request here.

KowMangler avatar Aug 11 '20 18:08 KowMangler