podman - invalid user password

This commit is contained in:
LinuxSquare 2024-02-02 11:31:23 +01:00
parent 0fff902b20
commit e50b94f6a5

View file

@ -7,7 +7,7 @@ podman_user_puser:
- uid: 2000 - uid: 2000
- shell: /bin/zsh - shell: /bin/zsh
- home: /home/puser - 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 - hash_password: True
- usergroup: True - usergroup: True
- createhome: True - createhome: True