d_strobel.windows.wsus_computer_target_group (1.4.0) — module

Add or remove a computer group.

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

Add or remove a computer group.

Inputs

    
name:
    description:
    - Specify the name of the computer group.
    required: true
    type: str

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