Browse Source

roles/ldap: fix typo

python3
Zolfa 5 years ago
parent
commit
330b914acd
Signed by: zolfa GPG Key ID: E1A43B038C4D6616
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/nextcloud/tasks/main.yaml

+ 1
- 1
roles/nextcloud/tasks/main.yaml View File

@ -84,7 +84,7 @@
gen_passwd: length=20
register: 'password'
- set_fact:
initial_root_password: '{{ new_passwd.passwd }}'
initial_root_password: '{{ password.passwd }}'
- name: 'store root password plaintext'
copy:
content: '{{ initial_root_password }}'


Loading…
Cancel
Save