refs #8025 passbolt create fixes

This commit is contained in:
Juan Ferrer 2024-10-07 19:29:20 +02:00
parent fed934b5db
commit d4c21376cd
1 changed files with 1 additions and 2 deletions

View File

@ -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: >