Class: Ansible::Ruby::Modules::Win_robocopy

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/windows/win_robocopy.rb

Overview

Synchronizes the contents of two directories on the remote machine. Under the hood this just calls out to RoboCopy, since that should be available on most modern Windows Systems.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#destString



17
# File 'lib/ansible/ruby/modules/generated/windows/win_robocopy.rb', line 17

attribute :dest

#flagsString?



29
# File 'lib/ansible/ruby/modules/generated/windows/win_robocopy.rb', line 29

attribute :flags

#purge:yes, ...



25
# File 'lib/ansible/ruby/modules/generated/windows/win_robocopy.rb', line 25

attribute :purge

#recurse:yes, ...



21
# File 'lib/ansible/ruby/modules/generated/windows/win_robocopy.rb', line 21

attribute :recurse

#srcString



13
# File 'lib/ansible/ruby/modules/generated/windows/win_robocopy.rb', line 13

attribute :src