mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 08:03:05 +02:00
* fix bcrypt salt string formatting on musl libc by ensuring it is always zero-padded to 2 digits Fixes: #87180 Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>
3 lines
171 B
YAML
3 lines
171 B
YAML
bugfixes:
|
|
- encrypt - fix bcrypt salt string formatting on musl libc by ensuring it is always zero-padded to 2 digits (https://github.com/ansible/ansible/issues/87180).
|