�
�Udac @ s. i d d 6d g d 6d d 6Z d Z d Z d S( s 1.1t metadata_versiont stableinterfacet statust coret supported_bys|
---
module: win_group
version_added: "1.7"
short_description: Add and remove local groups
description:
- Add and remove local groups.
- For non-Windows targets, please use the M(group) module instead.
options:
name:
description:
- Name of the group.
type: str
required: yes
description:
description:
- Description of the group.
type: str
state:
description:
- Create or remove the group.
type: str
choices: [ absent, present ]
default: present
seealso:
- module: group
- module: win_domain_group
- module: win_group_membership
author:
- Chris Hoffman (@chrishoffman)
s�
- name: Create a new group
win_group:
name: deploy
description: Deploy Group
state: present
- name: Remove a group
win_group:
name: deploy
state: absent
N( t ANSIBLE_METADATAt
DOCUMENTATIONt EXAMPLES( ( ( sE /usr/lib/python2.7/site-packages/ansible/modules/windows/win_group.pyt <module>
s
Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]