Class: Ansible::Ruby::Modules::Win_unzip

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

Overview

Unzips compressed files and archives. Supports .zip files natively. Supports other formats supported by the Powershell Community Extensions (PSCX) module (basically everything 7zip supports). For non-Windows targets, use the M(unarchive) 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

#createsString?



31
# File 'lib/ansible/ruby/modules/generated/windows/win_unzip.rb', line 31

attribute :creates

#delete_archive:yes, ...



23
# File 'lib/ansible/ruby/modules/generated/windows/win_unzip.rb', line 23

attribute :delete_archive

#destString



19
# File 'lib/ansible/ruby/modules/generated/windows/win_unzip.rb', line 19

attribute :dest

#recurse:yes, ...



27
# File 'lib/ansible/ruby/modules/generated/windows/win_unzip.rb', line 27

attribute :recurse

#srcString



15
# File 'lib/ansible/ruby/modules/generated/windows/win_unzip.rb', line 15

attribute :src