mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
[passwordstore] Use builtin _random_password function instead of pwgen (#25843)
* [password] _random_password -> random_password and moved to util/encrypt.py * [passwordstore] Use built-in random_password instead of pwgen utility * [passwordstore] Add integration tests
This commit is contained in:
@@ -26,6 +26,7 @@ RUN dnf clean all && \
|
||||
openssh-clients \
|
||||
openssh-server \
|
||||
openssl-devel \
|
||||
pass \
|
||||
procps \
|
||||
python3-cryptography \
|
||||
python3-dbus \
|
||||
|
||||
Reference in New Issue
Block a user