Class: Ansible::Ruby::Modules::Win_updates

Inherits:
Base show all
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

Methods inherited from Base

#ansible_name, #to_h

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.

Returns:

  • (:Application, :Connectors, :CriticalUpdates, :DefinitionUpdates, :DeveloperKits, :FeaturePacks, :Guidance, :SecurityUpdates, :ServicePacks, :Tools, :UpdateRollups, :Updates, nil)

    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_pathObject?

Returns If set, win_updates will append update progress to the specified file. The directory must already exist.

Returns:

  • (Object, nil)

    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.

Returns:

  • (:installed, :searched, nil)

    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