Class: Ansible::Ruby::Modules::Win_copy

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

Overview

The C(win_copy) module copies a file on the local box to remote windows locations. For non-Windows targets, use the M(copy) module instead.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

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

Constructor Details

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

Instance Method Details

#contentString?



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

attribute :content

#decrypt:yes, ...



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

attribute :decrypt

#destString



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

attribute :dest

#force:yes, ...



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

attribute :force

#local_follow:yes, ...



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

attribute :local_follow

#remote_src:yes, ...



33
# File 'lib/ansible/ruby/modules/generated/windows/win_copy.rb', line 33

attribute :remote_src

#srcString



37
# File 'lib/ansible/ruby/modules/generated/windows/win_copy.rb', line 37

attribute :src