File

Action: file.copy

Example

- action: file.copy
  from: managed_file
  to: /root/file
  template: true
  chmod: 644

Last updated