playbook.yml aktualisiert
This commit is contained in:
parent
4bda6214da
commit
b0d7d35026
|
@ -101,7 +101,7 @@
|
|||
- name: create user student
|
||||
ansible.builtin.user:
|
||||
name: "pruefung"
|
||||
password: "morz"
|
||||
password: "{{ 'morz' | password_hash('sha512') }}"
|
||||
shell: /bin/bash
|
||||
comment: Prüfungsbenutzer
|
||||
group: pruefung
|
||||
|
|
Loading…
Reference in New Issue