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