From d4c21376cd90e013f533029e9101139326c145f4 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Mon, 7 Oct 2024 19:29:20 +0200 Subject: [PATCH] refs #8025 passbolt create fixes --- roles/debian-once/tasks/root.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/debian-once/tasks/root.yml b/roles/debian-once/tasks/root.yml index 0d93b92..ad021ca 100644 --- a/roles/debian-once/tasks/root.yml +++ b/roles/debian-once/tasks/root.yml @@ -1,7 +1,6 @@ - name: Generate a random root password set_fact: - root_password: > - {{ lookup('password', '/dev/null length=18 chars=ascii_letters,digits') }} + root_password: "{{ lookup('password', '/dev/null length=18 chars=ascii_letters,digits') }}" - name: Save root password into Passbolt set_fact: msg: >