Directory

Action: directory.copy

Creates or copies a given directory into a local location.

KeyTypeOptionalDescription

action

string

no

directory.copy or directory.create

from

string

no

source file

to

string

no

destination file

Example

- action: directory.copy
  from: managed_directory
  to: /root/location

Last updated