mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove errant option on password modification action
This commit is contained in:
parent
4ed971574f
commit
c1e223c424
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
# the 'name' element for each task
|
# the 'name' element for each task
|
||||||
|
|
||||||
- action: user name=tset comment=NyetUser
|
- action: user name=tset comment=NyetUser
|
||||||
- action: user name=tset password=$password supplementary
|
- action: user name=tset password=$password
|
||||||
|
|
||||||
# The following will add the user to supplementary groups.
|
# The following will add the user to supplementary groups.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue