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
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, #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.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_updates.rb', line 10 attribute :category_names |
#log_path ⇒ Object?
Returns If set, win_updates will append update progress to the specified file. The directory must already exist.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_updates.rb', line 18 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.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_updates.rb', line 14 attribute :state |