This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
lilik_playbook
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
roles/ldap: fix typo
python3
Zolfa
5 years ago
parent
0302301dc8
commit
330b914acd
Signed by:
zolfa
GPG Key ID:
E1A43B038C4D6616
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
:
'{{ passw
or
d.passwd }}'
-
name
:
'store root password plaintext'
copy:
content
:
'{{ initial_root_password }}'
Write
Preview
Loading…
Cancel
Save