Class: Ansible::Ruby::Modules::Win_regmerge

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

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, #to_h, validates

Constructor Details

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

Instance Method Details

#compare_keyString?

Returns The parent key to use when comparing the contents of the registry to the contents of the file. Needs to be in HKLM or HKCU part of registry. Use a PS-Drive style path for example HKLM:SOFTWARE not HKEY_LOCAL_MACHINESOFTWARE If not supplied, or the registry key is not found, no comparison will be made, and the module will report changed.

Returns:

  • (String, nil)

    The parent key to use when comparing the contents of the registry to the contents of the file. Needs to be in HKLM or HKCU part of registry. Use a PS-Drive style path for example HKLM:SOFTWARE not HKEY_LOCAL_MACHINESOFTWARE If not supplied, or the registry key is not found, no comparison will be made, and the module will report changed.



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

attribute :compare_key

#pathString

Returns The full path including file name to the registry file on the remote machine to be merged.

Returns:

  • (String)

    The full path including file name to the registry file on the remote machine to be merged



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

attribute :path