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

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

Instance Method Summary collapse

Methods inherited from Base

#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

#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



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

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.



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.

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



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

attribute :state