passwort-debug fixed
This commit is contained in:
parent
9d6678f901
commit
f78013f6ea
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue