Checkmk goes Ansible

Hi Robin,

sorry that I am writing now. I have started to use the ansible collection from v 0.6.0, It’s only couple of week.

Concerning

I see that this bug is still around and it’s not fixed completely.

line 140 in code should not it state

        current_folder = "%s" % extensions.get("folder", "/")

instead of

        current_folder = "%s" % extensions.get("folder", "")

default folder should be “/” and not “”.

Anyway thanks for this good collection!
I would be glad if I can help out.

Best, Michael

2 Likes