symlinks = { "/some/symlink": { "group": "root", "owner": "root", "target": "/target/file", }, }
See also
The list of generic builtin item attributes
File or directory this symlink points to. This attribute is required.
Name of the group this symlink belongs to. Defaults to root. Defaults to None (don’t care about group).
Username of the symlink’s owner. Defaults to root. Defaults to None (don’t care about owner).