Symlinks

Action: file.link

KeyTypeOptionalDescription

action

string

no

file.link

from

string

no

symlink location

to

string

no

symlink points to

Example

- action: file.link
  from: /root/symlink
  to: managed_file

Last updated