mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Update win_domain_group_membership.py (#55594)
* Update win_domain_group_membership.py by adding notes regarding a computer object and fixing a typo
This commit is contained in:
parent
7805be2449
commit
3f0900f504
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ options:
|
||||||
members:
|
members:
|
||||||
description:
|
description:
|
||||||
- A list of members to ensure are present/absent from the group.
|
- A list of members to ensure are present/absent from the group.
|
||||||
- The given names must be a SmaAccountName of a user, group, service account, or computer
|
- The given names must be a SamAccountName of a user, group, service account, or computer.
|
||||||
|
- For computers, you must add "$" after the name; for example, to add "Mycomputer" to a group, use "Mycomputer$" as the member.
|
||||||
type: list
|
type: list
|
||||||
required: yes
|
required: yes
|
||||||
state:
|
state:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue