mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +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:
@@ -30,6 +30,7 @@ RUN yum clean all && \
|
||||
openssh-server \
|
||||
openssl-devel \
|
||||
python-cryptography \
|
||||
pass \
|
||||
python-devel \
|
||||
python-httplib2 \
|
||||
python-jinja2 \
|
||||
|
||||
Reference in New Issue
Block a user