1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

update user example

This commit is contained in:
Michael DeHaan 2013-05-05 13:46:45 -04:00
parent 8ac6c73803
commit b4715cdb9c

View file

@ -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 - action: user name=tset password={{password}}
# The following will add the user to supplementary groups. # The following will add the user to supplementary groups.