From b0d7d35026ff1ca048d6bbf432dc264fc8efb498 Mon Sep 17 00:00:00 2001 From: az Date: Wed, 8 May 2024 09:45:06 +0200 Subject: [PATCH] playbook.yml aktualisiert --- playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbook.yml b/playbook.yml index 7ee9e57..6c80edd 100644 --- a/playbook.yml +++ b/playbook.yml @@ -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