Skip to content

[MPESW-1878] Make lumens stop and cleanup work if there is no service with this name

If there is no Lumens service with the specified name, lumensctl doesn't fail but has a nonzero return code. Ansible interprets this as a failure This is a check for the return code and the stdout, to see if ansible failed because there was no service wwith this name. If yes, then go on without failing.

Merge request reports