Class: Ansible::Ruby::Modules::Win_regmerge
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Win_regmerge
- Defined in:
- lib/ansible/ruby/modules/generated/extras/windows/win_regmerge.rb
Instance Method Summary collapse
-
#compare_key ⇒ String?
The parent key to use when comparing the contents of the registry to the contents of the file.
-
#path ⇒ String
The full path including file name to the registry file on the remote machine to be merged.
Methods inherited from Base
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_key ⇒ String?
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.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_regmerge.rb', line 14 attribute :compare_key |
#path ⇒ String
Returns 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 |