cue-ansible
cue-ansible copied to clipboard
Add owner/group to copy
I've looked into this issue. module/files/module.cue is actually generated from schema/files/*.yaml. The reason that owner and group fields are missing is that I ignored extends_documentation_fragment in the script.
It's better to fix the issue by regenerating the module folder with a fixed script. I'll try to fix this when I got some free time.