d_strobel.windows.wsus_subscription (1.4.0) — module

Modify the subscription.

Authors: Dustin Strobel (@d-strobel)

Install collection

Install with ansible-galaxy collection install d_strobel.windows:==1.4.0


Add to requirements.yml

  collections:
    - name: d_strobel.windows
      version: 1.4.0

Description

Modify the subscription (synchronization) for the updates.

Inputs

    
state:
    choices:
    - absent
    - present
    default: present
    description:
    - Set to C(present) to ensure the defined settings is present.
    - Set to C(absent) to ensure the defined settings are removed.
    type: str

update_categories:
    aliases:
    - update_products
    description:
    - Define a list of update categories.
    elements: str
    type: list

update_classifications:
    description:
    - Define a list of update classifications.
    elements: str
    type: list