cue-ansible icon indicating copy to clipboard operation
cue-ansible copied to clipboard

Add owner/group to copy

Open zombiezen opened this issue 5 years ago • 1 comments

zombiezen avatar Jun 15 '20 16:06 zombiezen

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.

adieu avatar Jun 20 '20 07:06 adieu