So I have working Makefile and want to run it via Ansible.
https://docs.ansible.com/ansible/make_module.html#options
But make module does not seem to support flags, just key-values, any idea how to make this work other way than command: make -e target?