From f78013f6eaa9412ee5dead8a9cdb8ae31e39d3fd Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Sun, 13 Dec 2020 17:55:13 +0100 Subject: [PATCH] passwort-debug fixed --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 1d0d092..eff864b 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -60,7 +60,7 @@ block: - name: generate root password set_fact: - root_passwort: '{{lookup("password", "/dev/null chars=ascii_letters,digits,hexdigits length=20")}}' + root_password: '{{lookup("password", "/dev/null chars=ascii_letters,digits,hexdigits length=20")}}' - debug: var=root_passwort - debug: var=root_passwort - name: add base DN