d_strobel.windows.wsus_store_update_location (1.4.0) — module

Modify the wsus updatefile location.

Authors: Pascal Breuning (@raumdonut)

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 location of the wsus updatefile location.

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_location:
    choices:
    - local
    - microsoft_update
    default: local
    description:
    - Set the updatefile location.
    type: str