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

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

Instance Method Summary collapse

Methods inherited from Base

#to_h

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

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

Constructor Details

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

Instance Method Details

#createsString?

Returns If this file or directory exists the specified src will not be extracted.

Returns:

  • (String, nil)

    If this file or directory exists the specified src will not be extracted.



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

attribute :creates

#destString

Returns Destination of zip file (provide absolute path of directory). If it does not exist, the directory will be created.

Returns:

  • (String)

    Destination of zip file (provide absolute path of directory). If it does not exist, the directory will be created.



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

attribute :dest

#recurseBoolean?

Returns Recursively expand zipped files within the src file.

Returns:

  • (Boolean, nil)

    Recursively expand zipped files within the src file.



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

attribute :recurse

#rmBoolean?

Returns Remove the zip file, after unzipping.

Returns:

  • (Boolean, nil)

    Remove the zip file, after unzipping



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

attribute :rm

#srcString

Returns File to be unzipped (provide absolute path).

Returns:

  • (String)

    File to be unzipped (provide absolute path)



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

attribute :src