podman - invalid user password
This commit is contained in:
parent
0fff902b20
commit
e50b94f6a5
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ podman_user_puser:
|
|||
- uid: 2000
|
||||
- shell: /bin/zsh
|
||||
- home: /home/puser
|
||||
- password: {{ salt['cmd.shell']('< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c${1:-32};echo;') }}
|
||||
- password: '*'
|
||||
- hash_password: True
|
||||
- usergroup: True
|
||||
- createhome: True
|
||||
|
|
Loading…
Reference in a new issue