mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
properly format "pip install passlib" as code
This commit is contained in:
@@ -268,7 +268,7 @@ The mkpasswd utility that is available on most Linux systems is a great option::
|
|||||||
|
|
||||||
If this utility is not installed on your system (e.g. you are using OS X) then you can still easily
|
If this utility is not installed on your system (e.g. you are using OS X) then you can still easily
|
||||||
generate these passwords using Python. First, ensure that the `Passlib <https://code.google.com/p/passlib/>`_
|
generate these passwords using Python. First, ensure that the `Passlib <https://code.google.com/p/passlib/>`_
|
||||||
password hashing library is installed.
|
password hashing library is installed::
|
||||||
|
|
||||||
pip install passlib
|
pip install passlib
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user