webdav: switch to non-bcrypt config password

This commit is contained in:
Jef Roosens 2025-04-14 14:32:04 +02:00
parent 0c75bd0c26
commit e2ef196a62
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
3 changed files with 47 additions and 43 deletions

View file

@ -20,3 +20,4 @@ nefarious_admin_pass: "{{ vault_nefarious_admin_pass }}"
webdav_version: '5.7.4'
webdav_user: "{{ vault_webdav_user }}"
webdav_password_bcrypt: "{{ vault_webdav_password_bcrypt }}"
webdav_password: "{{ vault_webdav_password }}"