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:
parent
8ac6c73803
commit
b4715cdb9c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
# the 'name' element for each task
|
||||
|
||||
- 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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue