m-afanasiuk

Results 3 comments of m-afanasiuk

We filled this issue KSM-672, and will include fix in next ansible release

@Spazzy757 Thank you for your feedback. This is related to incorrect config and goes down to Python SDK. While we expect correct config to be passed, we filled KSM-650 ticket...

You can use templating to set `keeper_config_file` using `set_fact` Example: ``` set_fact: keeper_config_file: "{{ lookup('env', 'PWD') }}/ksm-config.json" ```