Class: Ansible::Ruby::Modules::Win_pester

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

Overview

Run Pester tests on Windows hosts. Test files have to be available on the remote host.

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

#pathString

Returns Path to a pester test file or a folder where tests can be found.,If the path is a folder, the module will consider all ps1 files as Pester tests.

Returns:

  • (String)

    Path to a pester test file or a folder where tests can be found.,If the path is a folder, the module will consider all ps1 files as Pester tests.



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

attribute :path

#versionString?

Returns Minimum version of the pester module that has to be available on the remote host.

Returns:

  • (String, nil)

    Minimum version of the pester module that has to be available on the remote host.



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

attribute :version