Hashed password
This commit is contained in:
parent
f2717091fe
commit
c73c94b9b2
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
groups: adm,ansible,wheel
|
groups: adm,ansible,wheel
|
||||||
state: present
|
state: present
|
||||||
comment: "Oscar Pocock"
|
comment: "Oscar Pocock"
|
||||||
password: "{{ noble_passwd }}"
|
password: "{{ noble_passwd|password_hash('sha512') }}"
|
||||||
shell: /bin/bash
|
shell: /bin/bash
|
||||||
|
|
||||||
- name: users | noble | create config directories
|
- name: users | noble | create config directories
|
||||||
|
|
Loading…
Reference in a new issue