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:
thefaftek 2019-04-24 09:30:07 -05:00 committed by Alicia Cozine
parent 7805be2449
commit 3f0900f504

View file

@ -25,7 +25,8 @@ options:
members:
description:
- 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
required: yes
state: