Class: Ansible::Ruby::Modules::Win_updates
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Win_updates
- Defined in:
- lib/ansible/ruby/modules/generated/extras/windows/win_updates.rb
Overview
Searches, downloads, and installs Windows updates synchronously by automating the Windows Update client
Instance Method Summary collapse
-
#category_names ⇒ :Application, ...
A scalar or list of categories to install updates from.
-
#log_path ⇒ Object?
If set, win_updates will append update progress to the specified file.
-
#state ⇒ :installed, ...
Controls whether found updates are returned as a list or actually installed.,This module also supports Ansible check mode, which has the same effect as setting state=searched.
Methods inherited from Base
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
#category_names ⇒ :Application, ...
Returns A scalar or list of categories to install updates from.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_updates.rb', line 11 attribute :category_names |
#log_path ⇒ Object?
Returns If set, win_updates will append update progress to the specified file. The directory must already exist.
19 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_updates.rb', line 19 attribute :log_path |
#state ⇒ :installed, ...
Returns Controls whether found updates are returned as a list or actually installed.,This module also supports Ansible check mode, which has the same effect as setting state=searched.
15 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_updates.rb', line 15 attribute :state |