Alexander Petermann
Alexander Petermann
I fall into the same bug and created MR #84
I fixed it already with an update of my used lua version to 5.3. So I'm fine. The issue is more about others then my.
I do have the same issue
@thdonatello I could finally solve this issue. The thing is, proxmox composes by calling `_set_composite_vars`, which then calls: `_compose` [here](https://github.com/ansible/ansible/blob/7e47371d2ec0f651894749ecc7078f2761b1cf5c/lib/ansible/plugins/inventory/__init__.py#L350). However the important part is the return: ``` return t.template('%s%s%s'...
Honestly, the parameter description stats that one should set a list of jinja2 templates. There even is an example in the docs close to the end, setting `my_inv_var_1` with exactly...
Looks like this issue occurs because xcode strips the binary. Disabling stripping fixes the issue, but this should not be the solution
 there you go - by the way this is not the optimal setting, just the first one that worked for us.
For us, what worked was: ``` Stip Linked Product = Yes Strip Style = Debugging Symbols Strip Swift Symbols = Yes ```
@hoellen what is your conclusion today?
> Have you actually tested it so that nothing using the API or the cluster management breaks? I'll do it in a bit myself, and try to review it with...