main #31

Merged
juan merged 154 commits from main into lab 2024-10-16 15:22:43 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit d4c21376cd - Show all commits

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